Functions:- /*In this post we are going to learn about some important functions in C++.Hope you will learn something*/ We are going to learn about:- Functions in C++:- Cin:- โ cin is used to read input from the standard input device, which is usually the keyboard. It is typically used in conjunction with the extractionContinue reading “18 Important functions in C++”
Tag Archives: coding
C++/Diving Deep/Important points/Basic to Master
Diving Deep into C++ โขA large program can typically be split into smaller sized blocks called functions. โขFunctions can be classified into Predefined or Built-in or Library Functions and User-defined Functions. โขUser-defined functions are created by the user. โขThe void function tells the compiler that the function returns nothing. โข The return statement returns aContinue reading “C++/Diving Deep/Important points/Basic to Master”
C++/Control Flow/Important Points/Basic to Master
Important points on control flow:- โขA computer program is a set of statements or instructions to perform a specific task. โขThere are two kinds of statements used in C++, viz Null and Compound Statement. โขControl Statement are statements that alter the sequence of flow of instaructions. โขThere are three kinds of control statement used inContinue reading “C++/Control Flow/Important Points/Basic to Master”
Learn C++/8 Important points/PART 1
Hแดสแด แดสแด แดสแด ษชแดแดแดสแดแดษดแด แดแดษชษดแดs ษชษด C++ แดสแดแด แด C++ แดสแดษขสแดแดแดแดส sสแดแดสแด ษดแดแด แดส าแดสษขแดแด. C++ Intro & Basics:- ๐๐โ๐โ๐๐ธโ๐ โ๐๐โ๐๐ in C++ โฐC++ was developed by Bjarne Stroustrup at AT & T Bell Labs during the year 1979. โฐCharacter set is the set of characters which are allowed to write C++ programs. โฐIndividual elements areContinue reading “Learn C++/8 Important points/PART 1”
C++ Basics to Legend|Become a master
โ ๏ธโถ๏ธโ๏ธโ๏ธ 1 What is C++? C++ is one of the most popularprogramming language which supports both procedural and Object Oriented Programming paradigms. Thus, C++ is called as a hybrid language. C++ is a superset (extension) of its predecessor Clanguage. Bjarne Stroustrup named his new language as “C with Classes”. The name C++ was coined byContinue reading “C++ Basics to Legend|Become a master”