answersLogoWhite

0

One line programme in c language?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

int main (void) { printf ("One line programme\n"); return 0; }

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is a statement in c language programme?

Any experssion including assignment or a function call can be a statement in C


Write a programme for substraction of two numbers in c language?

substracion of any two number program in c


How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

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


What function that call themselves are called to c programme?

Functions in C language may call themselves (ie can be recursive) without restrictions.


How do you use this function in c programme?

I don't use that function in C programme.


How do you write a c program to store 5 names in structures and print them each in one line?

With a text editor, and some basic knowledge of the C programming language.


Is c or c a procedural oriented 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.


Using C programming language design a menu driven programme that will draw a straight line?

#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; }


How do you write a programme in c language using arrays to store a ten integer data and find the second smallest and second largest elements in the array?

void mail ( ); { int a, b c = a+b; printf ("%d",=c); }


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


How do you write all c language code in one line?

Simply don't use Enter key. (You cannot use preprocessor though.) int main (void) { puts ("All in one line"); return 0; }


What is the programming language that is one step above the machine language?

we can say c,c++ also.. but not sure..