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
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Write a program to check whether a number is prime or not using c?
Is javascript based on c?
Explain the ternary tree?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is #include cctype?
Why do we use header files in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is a pointer in c plus plus?
Explain what is the difference between null and nul?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
what is reason of your company position's in india no. 1.