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 does emoji p mean?
What is openmp in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Explain the difference between structs and unions in c?
In which header file is the null macro defined?
What is sizeof int in c?
What is conio h in c?
Explain do array subscripts always start with zero?
What is selection sort in c?
What is the difference between far and near ?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What are integer variable, floating-point variable and character variable?
How can I change the size of the dynamically allocated array?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Explain the Difference between the New and Malloc keyword.