Multiple Choice
Which gcc flag is used to enable all Compiler warnings?
A) gcc -W
B) gcc -w
C) gcc -Wall
D) gcc -wall
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: #include "stdio.h"<br>Int main()<br>{<br>Int a@ = 10;<br>Printf("%d", a@);<br>Return
Q14: In a function call, _ is passed
Q15: In Array, There is one to one
Q16: Array with last element 'n' will always
Q17: Smallest element of an array is called
Q19: Array is _ data type in C
Q20: What is output of below program?<br>Int main()<br>{<br>For(;
Q21: Array is an example of _ type
Q22: Will compiler produce any compilation error if
Q23: Address stored in the pointer variable is