#include<stdio.h>
void main()
{
int a=5,b=6,c;
int x=(a<b)+7;
int y=(x==7)*9;
int z=(c=x+y)*2;
printf("%h %h %h",x,y,z);
}
What is the output? Explain it.
Answer Posted / manohar
%h%h%h
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is conio h in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
When should a far pointer be used?
What does s c mean in text?
Write a program to generate random numbers in c?
Define C in your own Language.
what are the facialities provided by you after the selection of the student.
differentiate built-in functions and user – defined functions.
What is console in c language?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why does this code crash?
What are the types of variables in c?
What is New modifiers?
How can you check to see whether a symbol is defined?
What are keywords c?