18 Important functions in C++

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++”

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”

Design a site like this with WordPress.com
Get started