InterviewSolution
Saved Bookmarks
| 1. |
Write the general format of ‘scanf( )’ formatted input. |
|
Answer» General format of scanf( ) formatted input is scanf(“control string”, address list). |
|