x=2,y=6,z=6
x=y==z;
printf(%d",x)

Answer Posted / anand n

Ans:1


x=2,y=6,z=6//here x value is:2
x=y==z;//x=6 and y=6 so x is equal to y means its true,now
//x value is 1
printf(%d",x)

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find out if there are characters available for reading?

635


Describe newline escape sequence with a sample program?

645


What is the difference between the local variable and global variable in c?

524


what is the different bitween abap and abap-hr?

1737


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

575






Explain how can I remove the trailing spaces from a string?

621


What is array in C

701


What is the scope of an external variable in c?

563


What language is windows 1.0 written?

569


Write a program to print all permutations of a given string.

636


What is the use of printf() and scanf() functions?

622


What is auto keyword in c?

785


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2234


What is pointer & why it is used?

598


Explain what are the advantages and disadvantages of a heap?

590