Saved Bookmarks
| 1. |
Gets() और puts() फंक्श नों में अन्तर बताइए। |
Answer» gets() is short for get_string.puts() is short for put_string.Step-by-step explanation: gets() is short for get_string. we can type a string and it saves it in the memory.
puts() is short for put_string. this function will print a given string.
|
|