Are you finding the computer general knowledge questions for competitive exams? Here I am sharing computer general knowledge quiz questions and answers covering important topics in computer awareness, which is common for all the competitive exams.
These are the selective and important questions of the computer. You can increase your knowledge by learning these computer questions which help you while solving computer questions in SSC, Bank exams and many other competitive exams.
Learning Zone About us![]() |
MCQ Quiz |welcome2protec |
1) The C language consist of ________ number of keywords.
Answer is A) 32
---
---
2) Which of the following is a keyword used for a storage class _____?
Answer is D) auto
---
---
3) The prototype of the function in the header file is _______?
Answer is A) stdio.h
---
---
4) Preprocessor Directives are used for ____________?
Answer is A) ---
---
---
5) Which operator has the lowest priority ______?
Answer is C) ---
---
---
6) The type cast operator is ___________?
Answer is D) ---
---
---
7) Which header file contains the file manuplation functions __________?
Answer is C) ---
---
---
8) What is the output of this program?
void main() {
int a=b=c=10;
a=b=c=50;
printf(“\n %d %d %d”,a,b,c); }
Answer is A) ---
---
---
9) Which format specifier is used to print the values of double type variable _________?
Answer is A) %lf
---
---
10) What will be the output of the following program ________?
Void main ( ) {
Double x=28;
Int r;
R= x%5;
Printf (“\n r=%d”, r); }
Answer is A) ---
---
---
Comments
Post a Comment