InterviewSolution
Saved Bookmarks
| 1. |
Write a C program to read the value of an integer m and display the value of n is 1 when m is larger than 0, 0 when m is 0 and -1 when m is less than 0. |
|
Answer» tion:#include |
|