C Tutorials

typedef in C and C++ 2

typedef in C/C++ [Quiz Included]

The typedef in C/C++ is a keyword used to assign alternative names to the existing datatypes. It is mostly used with user-defined datatypes when the naming of the predefined datatypes becomes slightly complicated to...

Function in C and C++ 1

Function in C and C++ [Quiz included]

Function in C and C++ is a set of statements that we use in order to take various inputs and perform some calculations or computations to obtain the output. This tutorial is specially dedicated...