C++ FULL COURSE BY Ztechnology
What is c++?
c++ is a programming language developed by BJARNE STROUSTRUP in 1983-1985. It is a superset of C language means every valid program written in c is valid in c++. It is most powerful and object oriented programming language which is most used in game development and apps development in todays world.
IN THIS WEBSITE I WILL SHOW YOU THE BASIC FUNDAMENTALS OF C++ LANGUAGE.
NOW LET's START:
1.What is psuedo code?
It is a code which tells the steps of solving problem of an algorithm.
2.What is algorithm?
It is a series of steps to solve a particular problem.
3.What is a flow chart?
It is a diagrammatic form of an algorithm.
4.What is coding?
It is a specific statment used to write programs.