main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}
Answers were Sorted based on User's Feedback
print the palindrome numbers in between 0 to n
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
wats SIZE_T meant for?
what is the difference between NULL & NUL keywords in C?
What does 3 periods mean in texting?
What is #include stdio h and #include conio h?
please give code for this 1 2 4 7 11 16
What is const volatile variable in c?
How can I call fortran?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are categories used for in c?