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 strcmp in c?
What are the usage of pointer in c?
Why enum is used in c?
What is wild pointer in c?
What is the scope of an external variable in c?
Who invented bcpl language?
Explain main function in c?
What is a #include preprocessor?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What extern c means?
What are identifiers c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a code to remove duplicates in a string.
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
What are the different categories of functions in c?