main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}
Answer Posted / sindhujah
4
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
How reliable are floating-point comparisons?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why clrscr is used after variable declaration?
Differentiate call by value and call by reference?
What is build process in c?
What is realloc in c?
What is c variable?
What do you mean by recursion in c?
Can we compile a program without main() function?
What is zero based addressing?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Can two or more operators such as and be combined in a single line of program code?
Explain logical errors? Compare with syntax errors.
What are the types of type qualifiers in c?