main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Post New Answer View All Answers
When is a “switch” statement preferable over an “if” statement?
Can you please explain the difference between malloc() and calloc() function?
What are valid signatures for the Main function?
What are the 3 types of structures?
Is fortran still used today?
How is a structure member accessed?
C program to find all possible outcomes of a dice?
Can you define which header file to include at compile time?
What is a function simple definition?
Why should I use standard library functions instead of writing my own?
What does c mean in basketball?
Is boolean a datatype in c?
Can you write the function prototype, definition and mention the other requirements.
all c language question
Why clrscr is used after variable declaration?