Answer Posted / shani jaiswal
main()
{
static int i=0;
printf("%d",i);
i++;
main();
return 0;
}
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the use of ?
Explain what is the benefit of using #define to declare a constant?
What are the properties of union in c?
What is modeling?
Why ca not I do something like this?
What is a const pointer?
Explain 'bus error'?
What is string constants?
Is the exit() function same as the return statement? Explain.
Explain what is the difference between null and nul?
Write a program to print “hello world” without using semicolon?
How can I trap or ignore keyboard interrupts like control-c?
What does 3 periods mean in texting?
What are header files and explain what are its uses in c programming?