Header Ads

Showing posts with label string in c. Show all posts
Showing posts with label string in c. Show all posts

Srting in C

4:10 PM 0

STRING Q.1 What is string? Ans: In c language, a string is nothing but a null terminated character array. This means that after the la...