

MCQOPTIONS
Saved Bookmarks
This section includes 202 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
151. |
What will be the output of the program If the integer is 4bytes long?_x000D_
#include
|
A. | 8, 8, 8 |
B. | 4000, 4002, 4004 |
C. | 4000, 4004, 4008 |
D. | 4000, 4008, 4016 |
Answer» B. 4000, 4002, 4004 | |
152. |
What will be the output of the program ?
#include
|
A. | llo |
B. | hello |
C. | ello |
D. | h |
Answer» C. ello | |
153. |
What will be the output of the program assuming that the array begins at location 1002?_x000D_
#include
|
A. | 1002, 2004, 4008, 2 |
B. | 2004, 4008, 8016, 1 |
C. | 1002, 1002, 1002, 1 |
D. | Error |
Answer» D. Error | |
154. |
What will be the output of the program?_x000D_
#include
|
A. | 2, 3 |
B. | 2, 0 |
C. | 2, Garbage value |
D. | 0, 0 |
Answer» C. 2, Garbage value | |
155. |
What will be the output of the program?_x000D_
#include
|
A. | 8, 10 |
B. | 10, 2 |
C. | 8, 1 |
D. | Garbage values |
Answer» B. 10, 2 | |
156. |
What will be the output of the program assuming that the array begins at the location 1002 and size of an integer is 4 bytes?_x000D_
#include
|
A. | 448, 4, 4 |
B. | 520, 2, 2 |
C. | 1006, 2, 2 |
D. | Error |
Answer» D. Error | |
157. |
What will be the output of the program ?
#include
|
A. | 10 |
B. | 20 |
C. | Error: Non portable pointer conversion |
D. | Error: cannot use static for function parameters |
Answer» E. | |
158. |
What will be the output of the program ?
#include
|
A. | llo |
B. | hello |
C. | ello |
D. | h |
Answer» C. ello | |
159. |
What will be the output of the program ?
#include
|
A. | 5 |
B. | 25 |
C. | 125 |
D. | Garbage value |
Answer» C. 125 | |
160. |
What will be the output of the program?
#include
|
A. | 2, 3 |
B. | 2, 0 |
C. | 2, Garbage value |
D. | 0, 0 |
Answer» C. 2, Garbage value | |
161. |
In the following program add a statement in the function fact() such that the factorial gets stored in j.
#include
|
A. | j=s; |
B. | *j=s; |
C. | *j=&s; |
D. | &j=s; |
Answer» C. *j=&s; | |
162. |
What will be the output of the program if the size of pointer is 4-bytes?
#include
|
A. | 2, 1 |
B. | 2, 2 |
C. | 4, 1 |
D. | 4, 2 |
Answer» D. 4, 2 | |
163. |
What will be the output of the program ?
#include |
A. | 7, 9, 11, 13, 15 |
B. | 2, 15, 6, 8, 10 |
C. | 2 4 6 8 10 |
D. | 3, 1, -1, -3, -5 |
Answer» C. 2 4 6 8 10 | |
164. |
Which statement will you add to the following program to ensure that the program outputs "IndiaBIX" on execution?
#include
|
A. | *pt=''; |
B. | pt='\0'; |
C. | pt='\n'; |
D. | *pt='\0'; |
Answer» E. | |
165. |
What will be the output of the program ?
#include
|
A. | Error |
B. | No output |
C. | K |
D. | %s |
Answer» D. %s | |
166. |
What will be the output of the program assuming that the array begins at the location 1002 and size of an integer is 4 bytes?
#include
|
A. | 448, 4, 4 |
B. | 520, 2, 2 |
C. | 1006, 2, 2 |
D. | Error |
Answer» D. Error | |
167. |
What will be the output of the program ?
#include
|
A. | No output |
B. | 30 |
C. | 3 |
D. | 300 |
Answer» E. | |
168. |
What will be the output of the program assuming that the array begins at location 1002?
#include
|
A. | 1002, 2004, 4008, 2 |
B. | 2004, 4008, 8016, 1 |
C. | 1002, 1002, 1002, 1 |
D. | Error |
Answer» D. Error | |
169. |
What will be the output of the program ?
#include
|
A. | Error: in printf |
B. | Nothing will print |
C. | print "X" of IndiaBIX |
D. | print "7" |
Answer» D. print "7" | |
170. |
What will be the output of the program ?
#include
|
A. | JCK |
B. | J65K |
C. | JAK |
D. | JACK |
Answer» E. | |
171. |
If the size of integer is 4bytes, What will be the output of the program?
#include
|
A. | 10, 2, 4 |
B. | 20, 4, 4 |
C. | 16, 2, 2 |
D. | 20, 2, 2 |
Answer» C. 16, 2, 2 | |
172. |
What will be the output of the program ?
#include
|
A. | IndiaBIX |
B. | BndiaBIdiaBIXia |
C. | India |
D. | (null) |
Answer» C. India | |
173. |
What will be the output of the program?
#include
|
A. | 8, 10 |
B. | 10, 2 |
C. | 8, 1 |
D. | Garbage values |
Answer» B. 10, 2 | |
174. |
Will the program compile in Turbo C?
#include
|
A. | Yes |
B. | No |
Answer» C. | |
175. |
What will be the output of the program If the integer is 4bytes long?
#include
|
A. | 8, 8, 8 |
B. | 4000, 4002, 4004 |
C. | 4000, 4004, 4008 |
D. | 4000, 4008, 4016 |
Answer» B. 4000, 4002, 4004 | |
176. |
What will be the output of the program ?
#include
|
A. | Error: cannot convert from void** to int** |
B. | Garbage value |
C. | 0 |
D. | No output |
Answer» D. No output | |
177. |
The following program reports an error on compilation.
#include
|
A. | 1 |
B. | |
Answer» C. | |
178. |
What will be the output of the program ?
#include
|
A. | Mello |
B. | Hello |
C. | HMello |
D. | MHello |
Answer» B. Hello | |
179. |
Will the following program give any warning on compilation in TurboC (under DOS)?
#include
|
A. | Yes |
B. | No |
Answer» C. | |
180. |
Which of the statements is correct about the program?
#include
|
A. | j and i are pointers to an int |
B. | i is a pointer to an int and stores address of j |
C. | j is a pointer to an int and stores address of i |
D. | j is a pointer to a pointer to an int and stores address of i |
Answer» D. j is a pointer to a pointer to an int and stores address of i | |
181. |
Which of the following statements correct about k used in the below statement?char ****k; |
A. | k is a pointer to a pointer to a pointer to a char |
B. | k is a pointer to a pointer to a pointer to a pointer to a char |
C. | k is a pointer to a char pointer |
D. | k is a pointer to a pointer to a char |
Answer» C. k is a pointer to a char pointer | |
182. |
Will the program compile?
#include
|
A. | 1 |
B. | |
Answer» B. | |
183. |
In the following program add a statement in the function fun() such that address of a gets stored in j?
#include
|
A. | **k=a; |
B. | k=&a; |
C. | *k=&a |
D. | &k=*a |
Answer» D. &k=*a | |
184. |
What will be the output of the program ?
#include
|
A. | Alice |
B. | ecilA |
C. | Alice lice ice ce e |
D. | lice ice ce e |
Answer» E. | |
185. |
Is this a correct way for NULL pointer assignment? int i=0;char *q=(char*)i; |
A. | Yes |
B. | No |
Answer» C. | |
186. |
Are the three declarations char **apple, char *apple[], and char apple[][] same? |
A. | 1 |
B. | |
Answer» C. | |
187. |
Which of the statements is correct about the program?
#include
|
A. | It prints ASCII value of the binary number present in the first byte of a float variable a. |
B. | It prints character equivalent of the binary number present in the first byte of a float variable a. |
C. | It will print 3 |
D. | It will print a garbage value |
Answer» B. It prints character equivalent of the binary number present in the first byte of a float variable a. | |
188. |
Point out the error in the program
#include
|
A. | Error: Declaration syntax |
B. | Error: Expression syntax |
C. | Error: LValue required |
D. | Error: Rvalue required |
Answer» D. Error: Rvalue required | |
189. |
What will be the output of the program ?
#include
|
A. | peace |
B. | eace |
C. | ace |
D. | ce |
Answer» E. | |
190. |
What will be the output of the program ?
#include
|
A. | x=31, y=502, z=502 |
B. | x=31, y=500, z=500 |
C. | x=31, y=498, z=498 |
D. | x=31, y=504, z=504 |
Answer» E. | |
191. |
Which of the statements is correct about the program?
#include
|
A. | Output: Garbage value |
B. | Output: 1 |
C. | Output: 3 |
D. | Error: Invalid indirection |
Answer» E. | |
192. |
Is the NULL pointer same as an uninitialised pointer? |
A. | Yes |
B. | No |
Answer» C. | |
193. |
What will be the output of the program ?
#include
|
A. | 30 |
B. | 27 |
C. | 9 |
D. | 3 |
Answer» B. 27 | |
194. |
Point out the compile time error in the program given below.
#include
|
A. | Error: invalid assignment for x |
B. | Error: suspicious pointer conversion |
C. | No error |
D. | None of above |
Answer» D. None of above | |
195. |
Which of the following statements correctly declare a function that receives a pointer to pointer to a pointer to a float and returns a pointer to a pointer to a pointer to a pointer to a float? |
A. | float **fun(float***); |
B. | float *fun(float**); |
C. | float fun(float***); |
D. | float ****fun(float***); |
Answer» E. | |
196. |
Can you combine the following two statements into one? char *p; p = (char*) malloc(100); |
A. | char p = *malloc(100); |
B. | char *p = (char) malloc(100); |
C. | char *p = (char*)malloc(100); |
D. | char *p = (char *)(malloc*)(100); |
Answer» D. char *p = (char *)(malloc*)(100); | |
197. |
Is there any difference between the following two statements? char *p=0;char *t=NULL; |
A. | Yes |
B. | No |
C. | Yes |
D. | No |
Answer» C. Yes | |
198. |
What will be the output of the program ?
#include
|
A. | ink |
B. | ack |
C. | ite |
D. | let |
Answer» B. ack | |
199. |
What would be the equivalent pointer expression for referring the array element a[i][j][k][l] |
A. | ((((a+i)+j)+k)+l) |
B. | *(*(*(*(a+i)+j)+k)+l) |
C. | (((a+i)+j)+k+l) |
D. | ((a+i)+j+k+l) |
Answer» C. (((a+i)+j)+k+l) | |
200. |
Are the expression *ptr++ and ++*ptr are same? |
A. | 1 |
B. | |
C. | 1 |
D. | |
Answer» C. 1 | |