string in c.
What is string in C :- In C programing a string is define as a sequence of character terminated by a null character written as ‘ … Read More
What is string in C :- In C programing a string is define as a sequence of character terminated by a null character written as ‘ … Read More
Reading and writing of string using character array.:- for Reading and writing of string using character array In c programming language provides a separate Access specifier i.e. %S to read … Read More
what is Array in c:- Array is a finite collection of homogeneous elements in contiguous memory locations. Here finite means fixed and finite size (Finite number of elements). Homogenous means … Read More