main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output??
Answer Posted / daya
11 16
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
to find the closest pair
What are enumerated types?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How can I list all of the predefined identifiers?
What is the difference between ++a and a++?
What is declaration and definition in c?
What is static function in c?
What happens if you free a pointer twice?
How can a program be made to print the name of a source file where an error occurs?
How can you tell whether two strings are the same?
What are bitwise shift operators in c programming?
What are variables and it what way is it different from constants?
How do I use void main?
How can I use a preprocessorif expression to ?