What kind of program elements are the
following
(
13, 'a', 4.38,"a”, main()
Answers
Answered by
0
13 is an example of integer literal
a character literal
4.38 floating literals
a is string
main () is a function
if you like my answer please follow me
Similar questions