Computer Science, asked by singhriya69921, 2 months ago

8
What kind of program elements are the following:
13, 'a', 4.38925, "a" ?​

Answers

Answered by vanshika5125
2

Explanation:

13: is a example for integer literal ,

‘a’: is a example for character literal,

4.38925: is a example for floating literals in fractional form,

“a”: is a example for String,

main(): is a function

Similar questions