void main()
{
int i=5;
printf("%d",i++ + ++i);
}
Answer Posted / hussain reddy
12
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is double pointer?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Compare and contrast compilers from interpreters.
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
Where are some collections of useful code fragments and examples?
What is an arrays?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is a lvalue
What is struct node in c?
How can I manipulate strings of multibyte characters?
Is that possible to store 32768 in an int data type variable?
main() { printf("hello"); fork(); }
What is f'n in math?
What does 3 periods mean in texting?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..