InterviewSolution
Saved Bookmarks
| 1. |
Give the function header for Function instructions that does not receive any arguments and does not return a value? (Such a function are commonly used to display instructions to a user) |
|
Answer» SWER... ❇❇❇*⃣FUNCTION HEADER... ✔ first.. ACCES specifer is to written like public, private... default etc. ✔then if return TYPE then mention the data type of return value.. if not then WRITE void ✔then write a function NAME without space of ur choice... EXAMPLE :--public void CHECK()✨✨✨HOPE IT HELPS ✨✨✨ |
|