Computer Science, asked by pritymall1982, 6 months ago

b) What kind of program element are the following:
13,"9","9", main()​

Answers

Answered by rajubarman4635
1

Answer:

13 is of int type, "9" and "9" are strings and main() is a Function (in languages like C, C++) and Method in (in Java)

Explanation:

Similar questions