STRUCTURE: You are aware that a variable stores a single value of a data type. Arrays can store many values … More
Month: August 2018
2-D Array and 2-D strings in C
2D Array and 2D strings A 1-D array is a collection of several elements that contain only one row of … More
Pointers In C
Pointers in C 1. pointer is a user define data type. 2. A pointer variable stores address of another variable … More
FUNCTION WITH STRINGS IN C
Functions with Strings :- We have a studied about inbuilt function of strings now we will create our own functions … More