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


Please Help Members By Posting Answers For Below Questions

Can we declare variable anywhere in c?

533


What is NULL pointer?

671


What is floating point constants?

684


Implement bit Array in C.

672


given post order,in order construct the corresponding binary tree

2314






How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

583


What oops means?

576


What is the use of #include in c?

568


What is c language used for?

553


C program to find all possible outcomes of a dice?

1848


Explain what are global variables and explain how do you declare them?

635


regarding pointers concept

1564


What is the newline escape sequence?

580


What are header files? What are their uses?

632


What is the difference between fread and fwrite function?

633