UST Global Interview Questions
UST Global Interview Questions
Questions on C
1. What is C language ?
2. Explain different storage classes in C ?
3. What is Pointer ?
4. What is dangling Pointer ?
5. What is Void Pointer and when it is used?
6. Is it better to use malloc() or calloc()?
7. Should a function contain a return statement if it does not return a
value ?
8. Is it possible to execute code even after the program exits the
main() function ?
9. What is meant by “bit masking” ?
10. What are multibyte characters ?