+ 1
hi I am new this c programming plz example me how to start is
I need how mack a programming
8 Answers
+ 1
first you try tu print your name on the screen
+ 1
your name is Santosh Kumar.
+ 1
k
+ 1
what is the starting
+ 1
so you u can follow it
#include<iostream>
using namespace std;
int main()
{
cout<<"My name is Santosh Kumar "<<endl;
return 0;
}
output
My name is Santosh Kumar
+ 1
first learn english
0
i thik you should lean c++ programming book for proper practice
0
you first of all need to kniw the sructure of any program
#include <iostream>
using namespace std;
{
............
return0;
}
thats it
(.......) here is where you write all you want,