Asked By
Clarine
0 points
N/A
Posted on - 08/27/2011
Hi All,
Which are the frequently asked questions related to C programming?
I am preparing for an interview and have come across this site and decided to ask you experts some questions: what are the questions asked and please give me the top 10 Q & A's.
Thank you all.
Frequently asked questions related to C programming?
Hello,
The normality of the questions asked in any programming languages cannot be known as it is a vast field to exercise.
Still, I will help you with some of the topics from which questions might come across while you are facing an interview. I will list down the topics from which frequently questions are usually asked:
-
Structures and unions
-
Pointers
-
Memory Allocation and Reallocation
-
Common input and output formatting styles
-
Arrays
-
Linked Lists
-
Common Syntax of different functions
-
User Defined Functions
-
Linking one C file with another C file
-
Types of Memory
-
Calling and Called functions
Hope it helps you in the interview…
Answered By
morkel.m
0 points
N/A
#118327
Frequently asked questions related to C programming?
HIÂ Clarine,
The first thing I want to tell you is that the interview questions will be different from each company and the questions vary from one manager to the other, so you cannot expect similar questions each time you attend the interview for your knowledge. However, I will tell you some basic questions:
-
What is the basic difference between #include <file> and #include ?file?
-
What is difference between NULL and NUL
-
How can you avoid including header more than once
-
Is it possible to print graphic output in c
-
Name the different storage classes in c
-
How to use data connectivity in c
-
What is object file and how can you access the object file
-
What is the #line used for
-
What are standard predefined macros
-
How to override a defined macro
Am attaching a file which has the answers for the questions quoted above.