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
what is uses of .net
How can I write functions that take a variable number of arguments?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is pointers in c?
Write a program in c to replace any vowel in a string with z?
What is zero based addressing?
What is a struct c#?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How is pointer initialized in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
what is the role you expect in software industry?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
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
what is the difference between 123 and 0123 in c?
What is meant by operator precedence?