void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / akshay
442
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the ways to a null pointer can use in c programming language?
What are local static variables?
What is the hardest programming language?
What is the use of printf() and scanf() functions?
Explain the use of #pragma exit?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is c definition?
Why does notstrcat(string, "!");Work?
What are the types of data structures in c?
What is the use of static variable in c?
What are the types of type qualifiers in c?
What does char * * argv mean in c?
Write a c program to demonstrate character and string constants?
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 are the modifiers available in c programming language?