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 extern storage class in c?
What is a null string in c?
What is the role of && operator in a program code?
Can we access array using pointer in c language?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
When do we get logical errors?
Where does the name "C" come from, anyway?
How many types of sorting are there in c?
What is the difference between exit() and _exit() function in c?
What is difference between function overloading and operator overloading?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
how to construct a simulator keeping the logical boolean gates in c
Can you tell me how to check whether a linked list is circular?
Explain how can I write functions that take a variable number of arguments?
Explain how do you sort filenames in a directory?