int main(){
float f=8.0;
if(f==8.0)
printf("good");
else
printf("bad");
}
what is the answere and explain it?
Answer Posted / pratima
BAD
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Is c easier than java?
What is this infamous null pointer, anyway?
Explain how does flowchart help in writing a program?
Is it possible to execute code even after the program exits the main() function?
How can I copy just a portion of a string?
What is the 'named constructor idiom'?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is an operator?
Explain Basic concepts of C language?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Tell me the use of bit field in c language?
How can a program be made to print the line number where an error occurs?
What is 2 d array in c?
Explain what is the best way to comment out a section of code that contains comments?
What is property type c?