Multiple Choice
#include "stdio.h"
Int main()
{
Int a = 10;
Printf("%d", a) ;
Int a = 20;
Printf("%d",a) ;
Return 0;
}
A) 1020
B) Error: Redeclartion of a
C) 2020
D) 1010
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q46: What is storage class for variable A
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
Q52: Any type of modification on the parameter