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
What is the difference between call by value and call by reference in c?
Explain what are bus errors, memory faults, and core dumps?
What is bss in c?
Explain b+ tree?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What are control structures? What are the different types?
using for loop sum 2 number of any 4 digit number in c language
How can you invoke another program from within a C program?
Do you know the purpose of 'register' keyword?
What is difference between structure and union in c?
Why can’t constant values be used to define an array’s initial size?
What is the use of printf() and scanf() functions?
What is switch in c?
What is the meaning of 2d in c?
Do pointers need to be initialized?