Answer Posted / fakkad
incomplete solution.
why? what if no is "long int" or "double"?
in that case his solution will always print float.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Are the variables argc and argv are always local to main?
What is a keyword?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Can I initialize unions?
Do pointers need to be initialized?
Explain how can I prevent another program from modifying part of a file that I am modifying?
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
What is a stream water?
Differentiate between new and malloc(), delete and free() ?
Why dont c comments nest?
What does c value mean?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Stimulate calculator using Switch-case-default statement for two numbers
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)