Multiple Choice
What is storage class for variable A in below code?int main() {int A;A = 10;printf("%d", A) ;return 0;}
A) extern
B) auto
C) register
D) static
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q41: In order to fetch the address of
Q42: Which macro is used to insert assembly
Q43: What is the output of below program?<br>Int
Q44: How many loops are there in C<br>A)1<br>B)2<br>C)3<br>D)4
Q45: If 'a' is the integer which is
Q47: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10;<br>Printf("%d", a);<br>Int
Q48: C is a _ language<br>A)Platform independent programming<br>B)Platform
Q49: #include "stdio.h"int a = 20;<br>Int main()<br>{<br>Int a
Q50: which is better memory allocation when size
Q51: A Pointer to a block of memory