Home / Rohan Raj / Programming Language MCQs
You will find all MCQs which are added in Programming Portal by Rohan Raj
Q. What is the output of this program?
Q. Choose the correct option. (i) extern int k; (ii) int k;
Q. Pick the right option Statement (i) A definition is also a declaration. Statement (ii) An identifier can be declared just once.
Q. Which of the given statements are false. (i). extern int func; (ii). extern int func2(int,int); (iii). int func2(int,int); (iv). extern class foo;
Q. Pick the right option Statement (i) Global values are not initialized by the stream. Statement (ii) Local values are implicitly initialised to 0.
Q. Can two functions declare variables(non static) with the same name.
Q. Identify the incorrect statements.
Q. The operator used for dereferencing or indirection is ____
Q. Choose the right option