C Programming Question and Answers
17. | What is the modulus operator? |
---|---|
The modulus operator outputs the remainder of a division. It makes use of the percentage (%) symbol. | |
18. | What are the logical operators in C? |
---|---|
Logical operators are used to perform logical operations on the given expressions. There are 3 logical operators in C language. They are,
|
|
19. | What is the default statement used in switch case in C? |
---|---|
|
|
20. | Where is the function declared as static stored in memory? |
---|---|
|
|