Author: M. Saqib

How to succeed in the coding interviews?

The coding interview platform provided by several kinds of organizations is considered to be the best possible way of recruiting people who are the best fit for the organization. At the time of hiring the people for technical jobs, it is very much important to judge their technical skills and the first barrier to entry in this particular concept can be termed as the technical or coding interview.

Read More

The Typedef and using Keywords in C and C++

The typedef or “type definition” is a keyword in C or C++ Programming language that allows declaring different names for types such as int or char. It specifies that that the declaration is a typedef declaration rather than a variable or function declaration. In C/C++, any valid data type can be aliased so that it can be referred to with a different identifier.

Read More
Mothers Day Gift Ideas