main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / cholan
55545
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
Why we use break in c?
What is spaghetti programming?
Explain how can I convert a number to a string?
Is null valid for pointers to functions?
What is structure data type in c?
Do you know the use of fflush() function?
What is LINKED LIST? How can you access the last element in a linked list?
can we have joblib in a proc ?
What is the sizeof () a pointer?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
difference between native and cross compilers
What is multidimensional arrays
Explain how to reverse singly link list.
What is c programming structure?