what are the interview question's in the language c
Answer Posted / shruti_kamthe
Interview questions in C would be :
- what are pointers?
- what do the .h files mean?
my fav ques - which i will always ask is :
** what is the differance between a[0] and *a.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
What are the different file extensions involved when programming in C?
Are c and c++ the same?
What is line in c preprocessor?
What is identifier in c?
What is the function of volatile in c language?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain zero based addressing.
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the use of bit field?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the use of pointers in C?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Explain the difference between #include "..." And #include <...> In c?
What is the difference between pure virtual function and virtual function?