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 / lohith
997664 -2-1-1112
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What is your stream meaning?
What is actual argument?
What is C language ?
how to construct a simulator keeping the logical boolean gates in c
What is difference between %d and %i in c?
Is python a c language?
how to introdu5ce my self in serco
What are reserved words with a programming language?
How do you redirect a standard stream?
What is calloc in c?
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. The Logic should be written in Data Structures?
What does c mean?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the difference between text and binary i/o?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..