main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}
Answer Posted / suresh kallam
4 3 2 1 0
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc()?
What is a pointer value and address in c?
What is the difference between printf and scanf in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is meant by realloc()?
why we wont use '&' sing in aceesing the string using scanf
why programs in c are running with out #include
What is the difference between a function and a method in c?
Is it acceptable to declare/define a variable in a c header?
Tell me what is null pointer in c?
Why is structure padding done in c?
Write a program to swap two numbers without using third variable?
Write a program to check palindrome number in c programming?
What are the benefits of organizational structure?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor