x=2,y=6,z=6
x=y==z;
printf(%d",x)
Post New Answer View All Answers
Should I learn data structures in c or python?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Describe newline escape sequence with a sample program?
Write the syntax and purpose of a switch statement in C.
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is malloc() function?
What does c value mean?
What is the difference between local variable and global variable in c?
What is c preprocessor mean?
What is a loop?
Describe the modifier in c?
What is derived datatype in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What does sizeof int return?
How do I create a directory? How do I remove a directory (and its contents)?