main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Answer Posted / rajjak khan
131113
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
When should a far pointer be used?
What are the functions to open and close the file in c language?
Can a pointer point to null?
How can I find out if there are characters available for reading?
Why is c called c not d or e?
Define the scope of static variables.
Explain what are global variables and explain how do you declare them?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What are different types of variables in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can I swap two values without using a temporary?
What does do in c?
Why c is called free form language?
Write a program to swap two numbers without using a temporary variable?