answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which statement should normally be avoided in c programme?

The word your teacher wants to hear is 'goto'.


One line programme in c language?

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


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

substracion of any two number program in c


What is statement terminator in c language?

The compiler demands it: your programs wouldn't compile without them.


What is if-statement in c programming language?

One of the statements, obviously.


What is executable statement of c language?

anything ending in semicolon/;


What is else if in C programming language?

Statements. Typical usage: if (<condition>) <statement>; else <statement>;


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


How do you make a programme in c language to get the reverse of any printed numberusing while loop or if conditional statement?

//Reverse of the Number // Programme Written By Maulin Thaker Ahmedabad; #include<stdio.h> #include<conio.h> void main() { int a,b,c,d,e; clrscr(); printf("Enter the Number to Find it's Reverse\n"); scanf("%d",&a); while(a!=0) { b=a%10; c=a/10; printf("%d",b); a=c; } getch(); }


What function that call themselves are called to c programme?

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


Which symbol is used as a statement terminator in C?

semicolon ';' (Not applicable for block-statements)


How do you use this function in c programme?

I don't use that function in C programme.