answersLogoWhite

0

It's easy: there are no commands in C, but a few statements (such as: expression, if, else, switch, while, do-while, for, break, continue, return and goto), and countless library functions (like printf, malloc and fopen).

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

List of hot key command in c language?

None. You must have misunderstood something.


What command clears computer memory?

free(pointer_name) command used in c-language


What is the term 'fprintf' used in?

The term "fprintf" is a command used in the computer programming language C++. The command "fprintf" in C++ is used to print formatted data to a stream.


What is the command prompt of c language?

There is no such thing.


Why c plus plus language is called command oriented language?

C++ is not a command oriented language, it is a multi-paradigm language because it employs functional and object-oriented approaches to programming.


C language using list?

C is a programming.it is defined by the c language


Using doublelinked list insertion sort in c language?

using doublelinked list insertion sort in c language


What command can be used to view a list of directory hierarchies?

If you're using CMD then type:tree "directory you want"If you want to list the whole C drive then replace "directory you want" with "C:"and of course, REMOVE THE ""


Explain about header files used in c language?

list of header files in c and function prototype associated with each file


How use find command in c language?

C language doesn't have commands only instructions. Sadly, 'find' is not an instruction in C, you might have misunderstood something.


Give list of programming language?

language like C, C++, JAVA ,C#, J#, D, PASCAL, COBOL, FOTRAN, .NET, VB are called programing language. Basic, NASTRAN


What is the first no for sialkot?

Data structure is related to the algorithm, ie solution of the requirements.whereas Data Type is component of a programming language, which can be used to implement the required data structure (organization of data and format).For example if the requirement say that a LIST is required, and in C programming language , there is not LIST data type BUT LIST CAN BE REALISED(IMPLEMENTED ) in C.