answersLogoWhite

0

What is the difference between the Linux shell and C?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

C is a programming language. A shell is an interface.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between the Linux shell and C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Difference between c and shell program execution?

The shell interprets the script, while the C-compiler generates a binary executable.


What is the difference between C and Linux?

There is very little difference in the C compiler between Unix and Linux; in some cases (the gcc compiler) it is the same. The differences come in when using system calls; some system calls do not exist in Unix or Linux, although most do. The program I work on compiles the same way (for the most part) between all commercial versions of Unix and several variants of Linux. In other words, the code is fairly portable across platforms.


Difference between c and shell programming execution?

Can you please explain your question?


What is the difference in conditional control statement of Linux shell and C?

Almost everything. C: if (expression) statement else statement Shell: if COMMANDS then COMMANDS else COMMANDS fi Note: these parts can be separated with semicolon as well, eg: if test x"$SHELL" = x"/bin/bash"; then echo 'Bash'; else echo 'Other'; fi


What is the difference between Windows-based C programming and Linux-based C programming?

C programming is just that no matter if the operating system is Windows or Linux. Operating systems usually have an Application Program Interface that is commonly known as an API. The APIs of Windows will be different than Linux because the operating systems are (very) different.


How do you convert a turbo c plus plus code into Linux shell scripting code without using gcc or g plus plus compiler?

You cannot. C++ and shell script (which shell, by the way? there are more than one) are entirely different languages.


What is the difference between C and advanced C?

The difference between C and the advanced C is that C is basic. On the other hand, the advanced C is thorough and to the detail.


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


What is the difference between solipsism and solipcism?

There is no difference between "solipsism" and "solipcism"; they are likely just spelling errors of the same term, which refers to the philosophical idea that only one's mind is sure to exist or the view that the self is all that can be known to exist.


What is the difference between c c?

ketchup!


What are difference between grade a b and c material?

The main difference is in between grade A,B & C IS THE CARBON CONTAIN OF THE MATERIALS.


What is the difference between object and variable in c?

There is no objects in C.