+1 vote
in Class 11 by kratos

Mention different types of literals available in C++.

1 Answer

+3 votes
by kratos
 
Best answer

The following types of literals are available in C++.

  • Integer-constants
  • Character-constants
  • Floating-constants
  • Strings-constants
...