main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
}
Answer Posted / jayashree
b
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Tell me what is the purpose of 'register' keyword in c language?
What is the difference between mpi and openmp?
How does free() know explain how much memory to release?
When should a type cast not be used?
What is static memory allocation?
What are Macros? What are its advantages and disadvantages?
What is the use of a semicolon (;) at the end of every program statement?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Wt are the Buses in C Language
What is a pragma?
What are the 5 organizational structures?
Is javascript based on c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the difference between arrays and pointers?
can we have joblib in a proc ?