what is the Output?
int a=4 b=3;
printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++);
printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
Answer Posted / ii yr information technology
466799
3200-2-3
| Is This Answer Correct ? | 29 Yes | 14 No |
Post New Answer View All Answers
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Is r written in c?
What does *p++ do?
How do you define CONSTANT in C?
How would you obtain the current time and difference between two times?
What is pivot in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
explain what are pointers?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is a lvalue
What are header files why are they important?
What does the error 'Null Pointer Assignment' mean and what causes this error?
How many types of operators are there in c?
how to count no of words,characters,lines in a paragraph.
can any one provide me the notes of data structure for ignou cs-62 paper