20. main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}
Answer:??????
Answer Posted / ashok kumar
45545
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a const pointer?
What is difference between main and void main?
Is c weakly typed?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is the difference between malloc() and calloc()?
What are the header files used in c language?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is the scope of an external variable in c?
What is calloc malloc realloc in c?
What is C language ?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are different storage class specifiers in c?
show how link list can be used to repersent the following polynomial i) 5x+2
How many keywords are there in c?
What does char * * argv mean in c?