main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
}
Answers were Sorted based on User's Feedback
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
What is the meaning of 2d in c?
What is the use of structure padding in c?
What is the difference between test design and test case design?
develop algorithms to add polynomials (i) in one variable
Explain can static variables be declared in a header file?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
what r the cpu registers r ther?
How can I access an I o board directly?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
write a program for even numbers?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question