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
What is the use of linkage in c language?
Compare and contrast compilers from interpreters.
What is c token?
Process by which one bit pattern in to another by bit wise operation is?
What are types of structure?
What are the string functions? List some string functions available in c.
Which driver is a pure java driver
What is structure in c language?
What is the use of parallelize in spark?
Can we compile a program without main() function?
What do you mean by scope of a variable in c?
What are the advantages and disadvantages of a heap?
Write a program to print factorial of given number using recursion?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Apart from dennis ritchie who the other person who contributed in design of c language.