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
Why c language?
What is array in c with example?
What is the difference between malloc() and calloc()?
Why can’t we compare structures?
Explain how many levels deep can include files be nested?
How will you find a duplicate number in a array without negating the nos ?
How many types of operator or there in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is auto keyword in c?
What is the explanation for the dangling pointer in c?
What are the types of data structures in c?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
hi, which software companys will take,if d candidate's % is jst 55%?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What are linked lists in c?