This example demonstrates some inbuilt string functions.
strcpy(string1, String2)
Copies string String2 into string String1.
strcat(String1, String2)
This example demonstrates some inbuilt string functions.
strcpy(string1, String2)
Copies string String2 into string String1.
strcat(String1, String2)
This example demonstrates the use of mathematical functions like exp, log, floor, ceil and abs.
String is actually a one-dimensional array of characters which is terminated by a null character '\0'.
Increment and decrement operators are unary operators that add or subtract one from their operand, respectively.
int x;
int y;
// Increment operators
x = 1;
Whenever the arithmetic operation is performed on two different data types, the resultant should be stored in a variable of larger data type(i.e the one which is of more bigger size).
e.g