Showing posts with the label c++

C Strings

STRINGS: Strings are sequence of characters enclosed in double quotes is considered as string…

C Arrays

ARRAY:   An array is a collection of two or more adjacent cells of similar type. Each cell …

Load More That is All