main()
{
inta=10,b=20;
a>=5?b=100:b=200;
printf("%d
",b);
}
No Answer is Posted For this Question
Be the First to Post Answer
What is #error and use of it?
What is selection sort in c?
How can you convert integers to binary or hexadecimal?
Do string constants represent numerical values?
What is define directive?
Define VARIABLE?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
IS Doon college of Engn.. has good faculty
What is a C array and illustrate the how is it different from a list.
Explain the concept and use of type void.
What does the error message "DGROUP exceeds 64K" mean?
What is the meaning of int *x[]();?