MCQ of C/C++ Programming Language – Set 3
3.1 “C
Incoming search terms:
- c was primarily developed as a
- c was primarily developed as
- The const feature can be applied to
- c programming language mcq
- objective type questions on strings in c
- cons feature can be applied on
- mcq on strings in c
- multiple choice questions on strings in c
- strings mcq questions
what is main diff between system prog. language and general purpose language.
In question 3.5 option c is not correct. becouse “IF” is a keyword.
copa students
i can test myself by reading MCQ.
well
IN Question 3.4 Answer is B.
Please run the program cout<<sizeof("Correct");
You will get the answer 8 because it contains null at the end i.e. '\0'.