main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Post New Answer View All Answers
difference between Low, Middle, High Level languages in c ?
What is the code for 3 questions and answer check in VisualBasic.Net?
Tell us the use of fflush() function in c language?
What is the purpose of & in scanf?
What does. int *x[](); means ?
Is main is user defined function?
What is static memory allocation?
Write a program to print fibonacci series using recursion?
What is a buffer in c?
Describe the header file and its usage in c programming?
What is n in c?
What are runtime error?
What are the different properties of variable number of arguments?
Is a pointer a kind of array?
What do you mean by scope of a variable in c?