Saved Bookmarks
| 1. |
Give example of integer,float,character,and string constant |
|
Answer» integer 1 float 1.111... CHARACTER - abc string "HELLO world" |
|