x=2,y=6,z=6
x=y==z;
printf(%d",x)
Answer Posted / jignesh patel
IN THIS QUSTION X=Y==Z IS NOT TRU BEACUSE NOT SECIFY MY
THINK ARE EXPLAIN BELOW
X=2 ,Y=6 ,Z=6
IF(Y==Z)
X=2
PRINTF(" %d ",X);
ELSE
PRINTF("FALSE CONDITION");
OUR QUSTION IS MANY MISTAKE
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How do you initialize pointer variables?
what do u mean by Direct access files? then can u explain about Direct Access Files?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Is null always equal to 0(zero)?
What are the disadvantages of a shell structure?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is malloc and calloc?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Write a Program to find whether the given number or string is palindrome.
Can a file other than a .h file be included with #include?
What does != Mean in c?
What do you mean by recursion in c?
What are the 4 types of unions?
What is the benefit of using const for declaring constants?