main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answers were Sorted based on User's Feedback
Answer / sujith vargheese
Hi The correct Answer is X=55 AND y=94
| Is This Answer Correct ? | 1 Yes | 3 No |
write a program to display & create a rational number
What is the need of structure in c?
What are local static variables?
how we can make 3d venturing graphics on outer interface
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Which is the memory area not included in C program? give the reason
Explain the red-black trees?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is return type in c?
What is your stream meaning?
How are variables declared in c?