x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / wasim
First of all the given syntax for printf statement is
wrong.it will not show any output but the syntax error
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of c language in real life?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is a node in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain the properties of union. What is the size of a union variable
Is that possible to store 32768 in an int data type variable?
How do you list files in a directory?
What is ## preprocessor operator in c?
What are the different types of linkage exist in c?
What is the general form of function in c?
Explain what is the difference between functions abs() and fabs()?
What is extern variable in c with example?
What are the advantages and disadvantages of pointers?
Is there sort function in c?
Write a program to print “hello world” without using semicolon?