C Languages Interview Questions
29. | Is pointer arithmetic a valid one? |
---|---|
|
|
30. | When can void pointer and null pointer be used in C? |
---|---|
|
|
31. | Is it possible to create your own header files? |
---|---|
|
|
32. | A program can contain more return statements? |
---|---|
Yes. The program can contain any number of return statements. | |