C Languages Interview Questions
17. | What is the difference between getch() and getche()? |
---|---|
|
|
18. | What are actual arguments? |
---|---|
|
|
19. | Is void pointer arithmetic a valid one? |
---|---|
|
|
20. | What is the difference between a and "a"? |
---|---|
Where a is a character constant and "a" is a string. | |