#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.
Post New Answer View All Answers
What is the use of ?: Operator?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why does everyone say not to use scanf? What should I use instead?
What is function in c with example?
Explain what is a static function?
What is the code for 3 questions and answer check in VisualBasic.Net?
How are pointers declared in c?
What is a spanning Tree?
What is 1d array in c?
Explain data types & how many data types supported by c?
What is new line escape sequence?
Do character constants represent numerical values?
Explain goto?
Explain what is a program flowchart and explain how does it help in writing a program?
What are the advantages of c language?