#include<stdio.h>
int main()
{ int i=0,j=1,k=2,m,n=0;
m=i++&&j++&&k++||n++;
printf("%d,%d,%d,%d,%d",i,j,k,m,n);
}
Answer Posted / aravind
0,1,2,0,0
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
List some applications of c programming language?
Wt are the Buses in C Language
What is spark map function?
Is array name a pointer?
Write a program to print ASCII code for a given digit.
What is the use of header files?
Is c call by value?
explain what are pointers?
What is dynamic variable in c?
How do you determine whether to use a stream function or a low-level function?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is pointers in c with example?
What is the purpose of clrscr () printf () and getch ()?
Why isn't any of this standardized in c? Any real program has to do some of these things.