Dev C++ Beginner Lecture No 2-New File and Sntax-2020

Topic 

Create New File
Open File 
Santxy C++
Define Coding

Video

Create New File
1.ctrl+N
2.Click File 

Open File 

1.Crtl+O
2.File

Santxy C++

#include<iostream>
using namespace std;
main()
{


return 0;
}

Define Coding

#include<iostream>
Header File input and output stream.For example add in complete Library input and output stream.Another header File math.h to add complete math function add / complete math library add.
using namespace std;
Use Standard Library For example Iostream , math,h etc
main()
Start Main Function mens start coding all coding write in this main function show the video.
return 0;
The return statement stops execution and returns to the calling function. When a return statement is executed, the function is terminated immediately at that point,regardless of whether it's in the middle of a loop, etc.ate

Note : So guys I hope enjoy this post so please subscribe my channel and like share this video thank you all members. 

No comments:

Post a Comment

Pages