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


Please Help Members By Posting Answers For Below Questions

why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

646


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

668


What are the uses of a pointer?

672


What is the purpose of realloc()?

661


What are the preprocessor categories?

628






#include { printf("Hello"); } how compile time affects when we add additional header file .

1416


Explain 'far' and 'near' pointers in c.

695


What is the use of #include in c?

568


What is a wrapper function in c?

573


Explain what is the purpose of "extern" keyword in a function declaration?

613


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

756


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1574


What are the primitive data types in c?

563


How can I write a function analogous to scanf?

643


How can I find out if there are characters available for reading?

633