C Languages Interview Questions
25. | List out some keywords available in C language? |
---|---|
Below are some of keywords that C language offers.
|
|
26. | What is keyword in C? |
---|---|
|
|
27. | What are all the sections that a C program may/must have? |
---|---|
There are many sections in a C program structure. They are
|
|
28. | What is a string? |
---|---|
String is an array of characters. | |