main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
}
Answer Posted / sweet angel
the answer is a.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the use of pointers in C?
Explain how are portions of a program disabled in demo versions?
What is logical error?
Do you know null pointer?
What are header files and explain what are its uses in c programming?
how to count no of words,characters,lines in a paragraph.
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What are the features of c languages?
How can I list all of the predefined identifiers?
Can include files be nested? How many levels deep can include files be nested?
What is selection sort in c?
What is c variable?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What language is lisp written in?
what are the facialities provided by you after the selection of the student.