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 keyword in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is the argument of a function in c?
Can we initialize extern variable in c?
What are the types of macro formats?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What are types of functions?
How do I copy files?
given post order,in order construct the corresponding binary tree
What is the difference between procedural and declarative language?
Can a program have two main functions?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Can you add pointers together? Why would you?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What does the && operator do in a program code?