What type of error will occur while running the following program?
void main() { extern int t; t =100; printf(Value of t = %d,t); }
Reveal answer
Fill a bubble to check yourself
What type of error will occur while running the following program?
void main() { extern int t; t =100; printf(Value of t = %d,t); }