x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / priya
answer: 1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
FILE PROGRAMMING
What is a good data structure to use for storing lines of text?
Under what circumstances does a name clash occur?
What is the difference between class and object in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are global variables and explain how do you declare them?
What does void main () mean?
The file stdio.h, what does it contain?
Where are local variables stored in c?
What is multidimensional arrays
What does 4d mean in c?
Why doesnt that code work?
What is getch?
Tell me is null always defined as 0(zero)?