Hello students welcome to CSE Study247
This page provide you (C Programming MCQs Set-8) – 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.141 Find out the output for the following program
void main()
{
int 2x=65;
printf(“%c”,2x);
}
Q.142 Find out the output for the following program
void main()
{
char Int x=65;
printf(“%c”,int);
}
Q.143 Find out the output for the following program
void main()
{
char true =65;
printf(“%d”,true);
}
Q.144 The c compiler is written in
Q.145 The address of a variable can be obtained using _____ operator.
Q.146 The statements of a function are enclosed in ?
Q.147 The C notation for the new line characters is ?
Q.148 Which of the following is example of call by value ?
Q.149 A C variable cannot start with
Q.150 In c comments are placed between the characters
Q.151 Which of the following spwcial symbol allowed in a variable name ?
Q.152 which of the below function is NOT declared in math.h ?
Q.153 Where are the local variable stored ?
Q.154 what does the default header file contain?
Q.155 The range of the int data type in c
Q.156 atoi() function is used for:
Q.157 Find out the output for the following program
void main()
{
int avg no =65;
printf(“%d”,avg no);
}
Explain = avg_no
Q.158 Find out the output for the following program
void main()
{
float a =65.2;
printf(“Hi”,a);
}
Q.159 Find out the output for the following program
void main()
{
char c = a;
printf(“%c”,c);
}
Q.160 What is dangling pointer?
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 |