int main (void) { printf ("One line programme\n"); return 0; }
Any experssion including assignment or a function call can be a statement in C
substracion of any two number program in c
TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language
Functions in C language may call themselves (ie can be recursive) without restrictions.
I don't use that function in C programme.
With a text editor, and some basic knowledge of the C programming language.
One definition of a "procedural programming language" is a language that is used to describe how a program should accomplish the task it is to perform. This is in opposition to a "declarative programming language" that is used to describe what the program should accomplish rather than how it accomplishes the task.
#include<stdio.h> #include<conio.h> int main() { int i=0,opt; printf("Enter your choice\n"); printf("1. Horizontal line"); printf("\n2. Vertical line\n"); scanf("%d",&opt); if(opt==1) { for(i=0;i<=50;i++) printf("%c",196); } else { for(i=0;i<=40;i++) printf("%c\n",179); } return 0; }
void mail ( ); { int a, b c = a+b; printf ("%d",=c); }
Bjarne Stroustrup is the author of C++. However, no one "owns" this language.
Simply don't use Enter key. (You cannot use preprocessor though.) int main (void) { puts ("All in one line"); return 0; }
we can say c,c++ also.. but not sure..