main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output??
Answer Posted / rasel
11 15
| Is This Answer Correct ? | 0 Yes | 16 No |
Post New Answer View All Answers
Explain what are its uses in c programming?
What is difference between far and near pointers?
What are lookup tables in c?
Explain bitwise shift operators?
Write a program to know whether the input number is an armstrong number.
What will be your course of action for a push operation?
What is c language and why we use it?
Difference between malloc() and calloc() function?
Is r written in c?
How old is c programming language?
Define VARIABLE?
What is the benefit of using an enum rather than a #define constant?
What does s c mean on snapchat?
What is the difference between void main and main in c?
What is structure in c definition?