Interview Questions

C/C++ Questions only (Tools and Resources)

C++ programming on UNIX, C++ Networking,C++ Algorithm Questions and Answers


(Continued from previous question...)

C/C++ Questions only (Tools and Resources)

1. I'm looking for C development tools (cross-reference generators,

code beautifiers, etc.).

2. How can I track down these pesky malloc problems?

3. What's a free or cheap C compiler I can use?

4. I just typed in this program, and it's acting strangely. Can you

see anything wrong with it?

5. How can I shut off the ``warning: possible pointer alignment

problem'' message which lint gives me for each call to malloc?

7. Where can I get an ANSI-compatible lint?

8. Don't ANSI function prototypes render lint obsolete?

9. Are there any C tutorials or other resources on the net?

10. What's a good book for learning C?

11. Where can I find the sources of the standard C libraries?

12. I need code to parse and evaluate expressions.

13. Where can I get a BNF or YACC grammar for C?

14. Does anyone have a C compiler test suite I can use?

15. Where and how can I get copies of all these freely distributable

programs?&

(Continued on next question...)

Other Interview Questions