Un-Answered Questions { C }

The difference between printf and fprintf is ?

707


What does the file stdio.h contain?

595


What does #pragma once mean?

673


What is the ANSI C Standard?

766


What's the difference between constant char *p and char * constant p?

646


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

657


what are the advantages of a macro over a function?

632


what does static variable mean?

641


what are the different storage classes in c?

652


Can a file other than a .h file be included with #include?

672


How can I do serial ("comm") port I/O?

677


How can I find the modification date of a file?

689


What does the error message "DGROUP exceeds 64K" mean?

718


What is "Duff's Device"?

691


What is "Hungarian Notation"?

629