Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Determine the size of character constant'A'and string constant "A".

–2 votes
asked Oct 11, 2020 by KANOJ BISWAS (100 points)

1 Answer

0 votes
answered Oct 14, 2020 by Peter Minarik (86,040 points)

What language are you after?

Can you share some code?

In C (C++) you can use the built-in sizeof operator to find out the size taken in memory for any variables.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...