Computer Science, asked by vidhyaa26, 1 year ago

how to write a c program?


Answers

Answered by cnukonduru
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 ");
}


Answered by lovashivakanth
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