C Programming Multiple Choice Questions (MCQ) | IT Developer <?php echo $page_title; ?>
IT Developer

C Programming Multiple Choice Questions (MCQ)

C Programming Multiple Choice Questions (MCQ) - Set 3



Share with a Friend

Multiple Choice Questions


C Programming - Multiple Choice Questions (MCQ) - Set 3

11. ASCII value of 'A' is _____.
A). 55
B). 65
C). 75
D). 85
View Answer
Correct: B




12. printf() belongs to which library of c
A). stdlib.h
B). stdio.h
C). stdout.h
D). stdoutput.h


View Answer
Correct: B




13. What will be printed if we type the statement printf("%d\n",'d');
A). 0
B). 100
C). error
D). d
View Answer
Correct: B




14. Which of the following is a correct statement?
A). Variable name must start with underscore
B). Variable name must have digit
C). Variable name must have white space character
D). Keyword cannot be a variable name


View Answer
Correct: D




15. Any C program
A). Must contain at least one function
B). Need not contain any function
C). Needs input data
View Answer
Correct: A