1. C language : C was developed by Dennis Ritchie between the year 1969 and 1973 at AT&T Bell Labs to write Operating System. It is a procedural programming language and does ...read more
CPP-Basic
25 postsThese two can be allowed by some compiler, but does not a standard. In both language C and C++, there is standard for it. In case ‘main()’ or ‘void main()’ : We ...read more
1. Inline : It is normal function that is inline keyword and expanded by the compiler. Its arguments are evaluated only once. Syntax of an Inline function: 2. Macro : It is ...read more
The word conio.h stands for console input-output and in programming, console means output window which is the window where the result of the execution of our program is displayed. This console window is automatically ...read more
Actually, “- – >” is not an operator, but this is combination of two separate operators, “- -” and “>” . So, if you write it as It will print following output, ...read more