#include<stdio.h>
void main()
{
int a,b,c;
a=b=c=1;
c=++a || ++b && ++c;
printf("%d\t%d\t%d",a,b,c);
}
Answer Posted / biren
a=2 b=1 c=1
why plz tell me
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is use of integral promotions in c?
What are the features of c language?
What is an auto keyword in c?
What is const and volatile in c?
formula to convert 2500mmh2o into m3/hr
Explain how can type-insensitive macros be created?
What do you know about the use of bit field?
explain what is fifo?
What is data type long in c?
Do variables need to be initialized?
What does 3 periods mean in texting?
Whats s or c mean?
What is a built-in function in C?
What is use of null pointer in c?
what is the different bitween abap and abap-hr?