Post New Answer View All Answers
What are the different file extensions involved when programming in C?
Why do we need volatile in c?
What does p mean in physics?
Explain how can I pad a string to a known length?
How can I implement a delay, or time a users response, with sub-second resolution?
What is c language and why we use it?
What is a program flowchart?
What are categories used for in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Can you please explain the scope of static variables?
What happens if header file is included twice?
I heard that you have to include stdio.h before calling printf. Why?
What 'lex' does?
Write a program to find the biggest number of three numbers in c?