What is the size of the character, integer, character pointer, and integer pointer?

: 1351
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

  • The size of the character is equal to 1 byte. 
  • The size of the integer is equal to 4 bytes. 
  • The size of the integer pointer and character pointer is 4 bytes and 8 bytes. 
Suggested Papers: