main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output??
Answer Posted / chandrakala
hai Mannu how it will become 35, 39. the answer is only 11
and 16 ok...
thanks
chandra
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What are the data types present in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is wrong with this statement? Myname = 'robin';
What is meant by realloc()?
What functions are in conio h?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is pointer and structure in c?
How do you determine a file’s attributes?
Why does everyone say not to use scanf? What should I use instead?
Write a c program to demonstrate character and string constants?
What is void main () in c?
Differentiate between a for loop and a while loop? What are it uses?
Lists the benefits of c programming language?
What does calloc stand for?