main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / rukmanee
i++=5
i--=5
i=5
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is a floating point in c?
Why do we use static in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is main () in c language?
What does == mean in texting?
How do you initialize pointer variables?
What is file in c language?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is the difference between malloc calloc and realloc in c?
Why we use break in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the difference between text and binary modes?
What is the meaning of && in c?
How do you define CONSTANT in C?
What is the correct declaration of main?