when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none
Answer Posted / rukmanee
a: x=1;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is javascript written in c?
What is default value of global variable in c?
How many types of functions are there in c?
What is the role of && operator in a program code?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How can a program be made to print the name of a source file where an error occurs?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Explain what is the difference between null and nul?
What is NULL pointer?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
program for reversing a selected line word by word when multiple lines are given without using strrev
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How to declare pointer variables?
What should malloc(0) do?