Skip to content

Files

Latest commit

 

History

History

Day_05

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Day 5 Assignment

  1. What is a Pointer to an Array and Array of Pointers?

  2. What is difference between const char * and char * const.

  3. Real life example to explain types of inheritance.