Answer:
We can create an integer object using the keyword int:

We can create a floating-point value object using the keyword float or double:

We can create a character object using the keyword char:

Note that a string literal is not a primitive data type, as it is an array of chars.
For example:
![\texttt{char data[] = {$'$a$'$, $'$b$'$, $'$c$'$};}](https://img.qammunity.org/2024/formulas/computers-and-technology/high-school/a7rpxbtjams9itdgft46yyl4ls8ziga421.png)
is the same thing as:
