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
Differentiate between a structure and a union.
Hi can anyone tell what is a start up code?
Why is c called c?
Explain union. What are its advantages?
Write a program to know whether the input number is an armstrong number.
Is anything faster than c?
What are the types of type specifiers?
What is the significance of an algorithm to C programming?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Write a program for Overriding.
i have a written test for microland please give me test pattern
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is a function simple definition?
How is a macro different from a function?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above