C Basic Concepts Interview Questions
| 1. | What is embedded C? |
|---|---|
|
|
| 2. | What do you mean by high level, middle level and low level language? |
|---|---|
High level languages
|
|
| 3. | What is the difference between Library Function and User-Defined Function? |
|---|---|
|
|
| 4. | Where is C program language used or uses of C language? |
|---|---|
C languages is used to develop system applications that forms major portion of operating systems such as Windows, UNIX and Linux. Operating systems, C compiler and all UNIX application programs are written in C language. Below are some examples of uses of C language.
|
|