InterviewSolution
Saved Bookmarks
| 1. |
What kind of program elements are thefollowing(13, 'a', 4.38,"a”, main() |
|
Answer» 13 is an example of integer literal a character literal 4.38 FLOATING literals a is string main () is a function |
|