#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answer Posted / stephen john
i got the answer is 3,4,4.
why?
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Why pointers are used in c?
Why is c called c?
Why is python slower than c?
Linked lists -- can you tell me how to check whether a linked list is circular?
Is c pass by value or reference?
Do character constants represent numerical values?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain about the functions strcat() and strcmp()?
Explain high-order bytes.
How many types of arrays are there in c?
What is #pragma statements?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Explain what are the advantages and disadvantages of a heap?
Explain how many levels deep can include files be nested?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?