C MCQ computer science
C Programming Questions and Answers – Automatic Variables
C Programming Questions and Answers – Automatic Variables 1.The scope of an automatic variable is: a) Within the block…
Read More »C Programming Questions and Answers – Register Variables
C Programming Questions and Answers – Register Variables 1.What is the output of this C code? #include <stdio.h> int main()…
Read More »C Programming Questions and Answers – Static Variables
C Programming Questions and Answers – Static Variables 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Scope of a Variable
C Programming Questions and Answers – Scope of a Variable 1.What is the output of this C code? …
Read More »C Programming Questions and Answers – External Variables
C Programming Questions and Answers – External Variables 1.What is the output of this C code? #include <stdio.h>…
Read More »C Programming Questions and Answers – Functions Returning Non-integers
C Programming Questions and Answers – Functions Returning Non-integers 1.What is the return-type of the function sqrt() a) int…
Read More »C Programming Questions and Answers – Basics of Functions
C Programming Questions and Answers – Basics of Functions 1.What is the output of this C code? #include…
Read More »C Programming Questions and Answers – Goto & Labels
C Programming Questions and Answers – Goto & Labels 1.What is the output of the code given below? …
Read More »C Programming Questions and Answers – Break and Continue
C Programming Questions and Answers – Break and Continue 1.Which keyword can be used for coming out of recursion?…
Read More »C Programming Questions and Answers – Bitwise Operators
C Programming Questions and Answers – Bitwise Operators 1.What is the output of this C code? #include <stdio.h>…
Read More »