Hello students welcome to CSE Study247
This page provide (C Programming MCQs Set-9) 20 Multiple choice question with Answer that is very useful of Computer science students like preparation of many exam Like ( ISRO,DRDO ,Semester, Interview , Railway & another Government Sector)
C programming is the basic language of programming that help to learn another language. So this MCQ is very useful for you.
C is a general purpose ,high level language that originally developed by Dennis Ritchie to develop the UNIX operating system at Bell labs.
Q.161 Which of the folloeing is not available as a basic data type in c ?
Q.162 Which of the following is not available as a derived data type ?
Q.163 The body of a While loop has
Q.164 Which of this is used to skip one iteration:
Q.165 Which of the following does not require to include math.h header file?
Q.166 Find out the output for the following program
void main()
{
float f=543476789;
printf(“%e”,f);
}
Q.167 Which of the following statements about the printf of function is false
Q.168 Which is correct with respect to size of the datatypes?
Q.169 Literal means ?
Q.170 Find out the output for the following program
void main()
{
float f =243269.24;
printf(“%E”,f);
}
Q.171 Find out the output for the following program
void main()
{
char s[10] = “study”;
printf(“%%s”,s);
}
Q.172 The value returned by the getchar() function when when there is no more input is ?
Q.173 The precedence of !=, as compared to =, is
Q.174 which of the following is not a fundamental datatype?
Q.175 All keywords in C are in ?
Q.176 The null statement in c is indicated by ?
Q.177 Find out the output for the following program
void main()
{
int a=10,x;
x= a– + ++a;
printf(“%d”,x);
}
Q.178 Find out the output for the following program
int main()
{
float x = ‘a’;
printf(“%f”, x);
}
return 0;
Q.179 Find out the output for the following program
void main()
{
int i;
scanff(“%i”, &i);
printf(“%i”,i);
}
Input – 071
Q.180 Variable name resolving (number of significant characters for uniqueness of variable) depends on
Related MCQ
SETS | MCQs | ✡ VISIT ✡ |
1 | 1 To 20 | CLICK |
2 | 21 To 40 | CLICK |
3 | 41 To 60 | CLICK |
4 | 61 To 80 | CLICK |
5 | 81 To100 | CLICK |
6 | 101 To 120 | CLICK |
7 | 121 To 140 | CLICK |
8 | 141 To 160 | CLICK |
9 | 161 To 180 | CLICK |
10 | 181 To 200 | CLICK |
1. Official Telegram | Click Here |
2. Telegram For CSE MCQs | Click Here |
3. You Tube | Click Here |