main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output??
Answer Posted / sheikh rasel
11
15
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What are the 5 types of organizational structures?
how to write a c program to print list of fruits in alpabetical order?
Explain what is the best way to comment out a section of code that contains comments?
What is this pointer in c plus plus?
What is the difference between typedef and #define?
How do I copy files?
How to Throw some light on the splay trees?
What is the process to create increment and decrement stamen in c?
How do you declare a variable that will hold string values?
What is static function in c?
What is the difference between array and pointer in c?
Why do some versions of toupper act strangely if given an upper-case letter?
Hai what is the different types of versions and their differences
When c language was developed?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings