C Programming Question and Answers
21. | What are the different types of modifiers in C? |
---|---|
There are five modifiers available in C language. They are
|
|
22. | What is constant in C? |
---|---|
|
|
23. | What are the types of constants in C? |
---|---|
There are many types of constants in C Programming are
|
|
24. | What is dangling pointers in C? |
---|---|
When a pointer is pointing to non existing memory location is called dangling pointer. | |