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 a good data structure to use for storing lines of text?
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?
What is keyword in c?
Can a function argument have default value?
How can I split up a string into whitespace-separated fields?
Do string constants represent numerical values?
Is main a keyword in c?
How do you print an address?
What extern c means?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How to declare pointer variables?
What is a ternary operator in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the difference between c &c++?
Explain the priority queues?