Computer Science, asked by priyanshu463590, 9 months ago

What is the output of this C code?
void main()
{
static int x;
if (x++ < 2)
main();
}
A. Infinite calls to main
B. Run time error
C. Varies
D. main is called twice​

Answers

Answered by Anonymous
1

Answer:

What is the output of this C code?

void main()

{

static int x;

if (x++ < 2)

main();

}

A. Infinite calls to main

B. Run time error

C. Varies

D. main is called twice

Answered by TheChampagne
3

hi dear !

remeber me???

kaisa hai tu?

Similar questions