C mcq question answer
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 »