Computer Science, asked by dnreddy1960, 10 months ago

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 St08
1

Answer:

Plz post relevant questions.....!!!

Answered by devnaguleria32646
0

Answer:

Post your questions properly......

Similar questions