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

If the size of int data type is two bytes, what is the range of signed int data type?

596


write a c program to find the sum of five entered numbers using an array named number

1621


When was c language developed?

706


Can a function argument have default value?

676


What is huge pointer in c?

587






7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2224


How can I write a function analogous to scanf?

662


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

827


What are the types of c language?

561


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4545


Explain what header files do I need in order to define the standard library functions I use?

649


What is maximum size of array in c?

586


Explain spaghetti programming?

684


How is = symbol different from == symbol in c programming?

616


What is assert and when would I use it?

583