*ptr++ is equivalenet to:
The position number contained within a square brackets e.g. my_array [5], is referred as
In C++ a name that is assigned by a user for a program elements such as variable, type, class, function or namespaces is called
Int n1, n2 = 55 is an example of
Variable1= expression; which one is evaluated first
Decrement operator is denoted by
Main ( ) function in header of a program indicates what
In C++ a name that is assigned by a user for a program elements such as variable, type, class, function or namespaces is called
Int n1, n2 = 55 is an example of