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 difference between array and pointer in c?
What do you understand by normalization of pointers?
what is a constant pointer in C
Explain heap and queue.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Write a program in c to replace any vowel in a string with z?
What is the difference between null pointer and wild pointer?
What is scanf_s in c?
What is static memory allocation?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Can main () be called recursively?
Explain the use of function toupper() with and example code?
What happens if you free a pointer twice?
What is time complexity c?
write a program to rearrange the array such way that all even elements should come first and next come odd