void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / vimal kumar sharma
442
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
program for reversing a selected line word by word when multiple lines are given without using strrev
What is void main () in c?
What does c mean in basketball?
What is n in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the difference between struct and union in C?
What is extern c used for?
How do I convert a string to all upper or lower case?
What is the process to create increment and decrement stamen in c?
All technical questions
Explain how do you print an address?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above