+ 1
How written c programming
i don't know how can written c programming means before start coding when use tab .when use 1or 2 times.how wrote in second line, which key help me go in second line ,etc
4 Réponses
+ 2
it's very simple format of c programming is
#include<stdio.h>
#include<conio.h>
void main ()
{
clrscr();
printed("hello world....");
getch();
}
+ 1
Khalid Warsi you should prefer c programming book
hope you understand.....
0
mam thank you for reply me ,i mean to say that when & how much given tab key ? because in basics of cpp different writing style ,how can i write that or use normal style ?
0
Thank you