how to write a c program?
Answers
Answered by
2
before you write c program you should learn some important things about c language like data types, keywords,operators extra....
basic c program for print your name.
#include<stdio.h>
main()
{
printf(" type your name here ");
}
basic c program for print your name.
#include<stdio.h>
main()
{
printf(" type your name here ");
}
Answered by
1
to write a c program there r certain syntaxes u have to foolow becuz it is designed in such a manner u shud follow the syntaxes otherwise u may undergo errors of headache
Similar questions