Hello students welcome to CSE Study247 , Today I am provide you C Programming MCQs Set-10.
This page provide 20 Multiple choice question with Answer that is very useful of Computer science students like preparation of many exam Like ( ISRO,DRDO ,Semester, Interview, TCS , Railway & another Government Sector)
❤️ TOP 500+ C Programming Question and Answer
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.181 The c notation for the equality test is ?
Q.182 The white space characters are ?
Q.183 C Language is a successor to which language.?
Q.184 C language was invented in which laboratories ?
Q.185 C language is used in the development of
Q.186 Find out the output for the following program
void main()
{
int a,b;
scanf(“%d%i”,&a,&b);
printf(“%d%d”,a,b);
}
Input 015 15
Q.187 What is an Identifier in C Language ?
Q.188 The Y.s format specification in print expects the corresponding argument to be a
Q.189 An Identifier may contain.?
Q.190 Find out the output for the following program
void main()
{
int i;
for(i=0;i<5;i++)
printf(“Hello\n”);
}
Q.191 Find out the output for the following program
void main()
{
int a,b;
scanf(“%2d%3d”,&a,&b);
printf(“%d%d”,a,b);
}
input 269 3845
Q.192 Find out the output for the following program
void main()
{
int a,b;
scanf(“%3d%1d”,&a,&b);
printf(“%d%d”,a,b);
}
input 1 2345
Q.193 The number of times an external variable can be defined is
Q.194 An Identifier can start with
Q.195 Find an integer constant
Q.196 Each statement in a C program should end with ?
Q.197 The separate files containing external declarations of variables and functions are usually called ?
Q.198 The char data types can hold
Q.199 Choose a correct statement
Q.200 Find out the output for the following program
void main()
{
int x, y;
for(x=5;x>=1;x–)
{
for(y=1;y<=x;y++)
printf(“%d\n”,y);
}
}
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 |