InterviewSolution
Saved Bookmarks
| 1. |
Write output of following program.#includeint main( ){float result = 98.12345;printf("Your result is %f \n", result);printf("Your result is %.2f \n", result);printf("Y0ur result is %5.3f \n", result);return 0;} |
|
Answer» 00.09Explanation:divided by 0 and definite your ANSWER remain same despacito LA appelle DE despacito |
|