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
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
a simple program in c language
Is it possible to initialize a variable at the time it was declared?
What is static and auto variables in c?
In header files whether functions are declared or defined?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
In how much time you will write this c program? Prime nos from 1 to 1000
Should a function contain a return statement if it does not return a value?
How many types of operator or there in c?
What are linker error?
write a c program to check weather a particluar bit is set or not?
Is r written in c?