C Languages Interview Questions
9. | What is wild pointer in C? |
---|---|
|
|
10. | What is arithmetic operator in C? |
---|---|
|
|
11. | What is "##" operator in C? |
---|---|
## is a pre-processor macro in C. It is used to concatenate 2 tokens into one token. | |
12. | What are all loop controls statements in C? |
---|---|
Loop control statements in C are used to perform looping operations until the given condition is true. Control comes out of the loop statements once condition becomes false. There are 3 types of loop control statements in C language. They are.
|
|