when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none
Answer Posted / ramesh
none
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
explain what is a newline escape sequence?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Which header file should you include if you are to develop a function which can accept variable number of arguments?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are linked lists in c?
Explain how do you print only part of a string?
Which is best book for data structures in c?
How can I recover the file name given an open stream?
Not all reserved words are written in lowercase. TRUE or FALSE?
How #define works?
How do you view the path?
What is the equivalent code of the following statement in WHILE LOOP format?
Explain how can you check to see whether a symbol is defined?
Explain goto?
what are the advantages of a macro over a function?