Telegram Web
Forwarded from RO
anyone please help
Forwarded from Deleted Account
Questions posted on 22/12/2020
Forwarded from Deleted Account
Forwarded from Disha
What will be the output of the following C code?

#include <stdio.h>
void main()
{
static int x;
printf("x is %d", x);
}
a) 0
b) 1
c) Junk value
d) Run time error
Forwarded from Deleted Account
Interesting question anyone?
Forwarded from Abhi
Someone please explain!
Forwarded from Deleted Account
Forwarded from Disha
Which of following is not accepted in C?
a) static a = 10; //static as
b) static int func (int); //parameter as static
c) static static int a; //a static variable prefixed with static
d) all of the mentioned
Forwarded from Deleted Account
Solve this one
2025/07/13 17:24:47
Back to Top
HTML Embed Code: