20. main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}
Answer:??????
Answer Posted / ashok kumar
45545
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do you do dynamic memory allocation in C applications?
What is new line escape sequence?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is cohesion in c?
What is the purpose of clrscr () printf () and getch ()?
Can we replace the struct function in tree syntax with a union?
If the size of int data type is two bytes, what is the range of signed int data type?
Can you please explain the difference between malloc() and calloc() function?
What is getch() function?
What is the use of getch ()?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is difference between structure and union in c programming?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is return in c programming?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?