main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer Posted / chandrasekhar
56 93
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
int far *near * p; means
Suggesting that there can be 62 seconds in a minute?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What does node * mean?
Which type of language is c?
Tell me is null always defined as 0(zero)?
Where we use clrscr in c?
Explain how do you sort filenames in a directory?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Why do we use null pointer?
What is a scope resolution operator in c?
Differentiate between null and void pointers.
Where local variables are stored in c?
Explain what is the general form of a c program?
What is extern variable in c with example?