What will be the output of the
following C code?
#include <stdio.h>
int maino
int ThisIsVariableName = 12;
int ThisIsVariablename = 14:
printf("%d", ThisIs Variablename);
return 0;
}
The program will print 12
The program will cause a compile-
time error due to redeclaration
The program will have a runtime
error
The program will print 14
Answers
Answered by
1
Answer:
Plz post relevant questions.....!!!
Answered by
0
Answer:
Post your questions properly......
Similar questions