main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}
Answers were Sorted based on User's Feedback
why i join syntel?
23 Answers ABC, Syntel, TCS,
What is selection sort in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are nested functions in c?
Explain low-order bytes.
What is the process to create increment and decrement stamen in c?
How do you declare a variable that will hold string values?
Which is better oop or procedural?
how we do lcm of two no using c simple if while or for statement
what is the difference between global variable & static variable declared out side all the function in the file.
How important is structure in life?
What is wrong with this code?