C++ Basic .
• # Means Pre Processor Directive.
• <Include> Means Involved.
• < Means Open Angular Brackets.
• > Means Close Angular Brackets.
• Iostream Means Input Output Stream.
•Void Main(),Clrscr();,getch(); is a function.
• Stream Means (Flow of Bytes).
• •h Means Header File (extension of the header File)
• Conio Means Console Input Output.
• Void Means Nothing/Empty.
• Main() Means it is the point where the execution of the program is Start.
• { Open Means Curly Braces.
• } Close Means Curly Braces.
• Clr Means Clear.
• Scr Means Screen.
• ; Means Semi Colon (End of the Statement) .
• Court<< Means Display/Print/Output/Message On the Screen /Monitor.
• << Means Left Shift Operator.
• " " Means Double Quotes.
• getch() Means To Hold the Screen So That We can see the Output /Result.
• C++ Invented By Bjarne Stroustrup at Bell Labs Since 1979(Lunch).
• Thank you Guys.
Comments
Post a Comment