InterviewSolution
Saved Bookmarks
| 1. |
Find errors if any, correct it and then write output of the following program. #include int main( ) { int sum : 1234; float price = = 550.50; char City[2O] = “Ahmedabad"; printf("The sum is %d....", price); printf(“The price is %s. . .", price); printf("The City name is %.3s. ..", city); return O; } |
|
Answer» no no, no ERRORS is there |
|