x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / suchita
here we can not use and conditional statement thats why we can
not say "this is a boolean eq" and thats why x print either 2 or
garbage value
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the difference between if else and switchstatement
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What will the preprocessor do for a program?
Can we declare variables anywhere in c?
What’s the special use of UNIONS?
What is define c?
What is infinite loop?
What is the difference between struct and typedef struct in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Write a program to print fibonacci series without using recursion?
Why are algorithms important in c program?
to find the closest pair
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
using for loop sum 2 number of any 4 digit number in c language
What is printf () in c?