main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Answer Posted / cholan
-1
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the function of multilevel pointer in c?
all c language question
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Can you add pointers together? Why would you?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
In a switch statement, what will happen if a break statement is omitted?
What are two dimensional arrays alternatively called as?
What is function definition in c?
What are run-time errors?
What is a good data structure to use for storing lines of text?
code for quick sort?
Explain spaghetti programming?
Do you know what are bitwise shift operators in c programming?
What is string function in c?
What does. int *x[](); means ?