Function in C:- A function is a set of statements that are encapsulated together to perform a particular task. There are basically 3 types of
Category: c
String in C:- A string in C is a character array terminated with a null character. All the string are character array but all the
Pointer in C:- A pointer in C is a variable which refers only address. (address is a location in memory). Pointer is 4byte because an
Array in C:- Array in C is a variable that can hold more than one similar type of element. It is sequential in nature. Array
CONTROL STRUCTURE:- Hanging if is not allowed in C language. If a statement is used for checking range and yes/no problem. else is the optional