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.


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.


What is the command prompt of c language?

There is no such thing.


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.


How run smaco program of system program in C language?

To run a system program in C using the system() function, you first need to include the stdlib.h header. You can then call system("command"), replacing "command" with the shell command you want to execute. For example, system("ls") will list the files in the current directory. Compile your program with a C compiler (like gcc), and then execute the compiled binary to run the command.


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.