Basics Of C - Strings.

Strings : Strings are actually one-dimensional array of characters terminated by a  null  character '\0'. Thus a n…

Basics Of Numbering System

1.  What is number system in C language? Number System Conversations - As we know Number Systems are the technique to repre…