5,397 views
0 votes
0 votes
what is the difference between command and instruction

1 Answer

2 votes
2 votes
A command is a program(Collection of several instructions in particular order) which performs a specific operation.

Ex: grep in Linux

An Instruction is a single line code which performs an operation.

Ex: int a=10; //is an instruction

Related questions

1 votes
1 votes
1 answer
1
_shashi asked Jan 27, 2018
671 views
what is the difference between *b[10] and (*b)[10] ?
3 votes
3 votes
4 answers
2
Sanjay Sharma asked May 17, 2017
13,135 views
What is the difference between order and degree of a B-tree are they same or different
0 votes
0 votes
1 answer
3