int main(){
float f=8.0;
if(f==8.0)
printf("good");
else
printf("bad");
}
what is the answere and explain it?
Answer Posted / jayaraj.s
good is the result. because we declare and compare the same
value in the program.so alwaye if condition is true. we no
need to put else condition for these type of comparisions.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can you assign a different address to an array tag?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
explain what is an endless loop?
What are header files why are they important?
Can you mix old-style and new-style function syntax?
What are the 32 keywords in c?
given post order,in order construct the corresponding binary tree
Can you please explain the difference between strcpy() and memcpy() function?
What does nil mean in c?
what will be maximum number of comparisons when number of elements are given?
Write a program to check whether a number is prime or not using c?
Can we change the value of #define in c?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are the keywords in c?
Explain the red-black trees?