InterviewSolution
Saved Bookmarks
| 1. |
Consider the following expression stored in the variable address: 9/4 Infantry Marg Mhow CITY, MP, 453441 |
|
Answer» In the FOLLOWING scenario, what WOULD the scan function RETURN? x=scan(address,3); In the above program, we have used the scan function to read the 3RD word in the address string. The following output will the returned by the scan function: x=Marg; |
|