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

Who invented bcpl language?

698


What is structure in c explain with example?

630


List the different types of c tokens?

619


Explain how can a program be made to print the name of a source file where an error occurs?

682


When is a null pointer used?

634






What is the difference between constant pointer and constant variable?

742


What is a far pointer in c?

592


What happens if a header file is included twice?

584


Is main an identifier in c?

593


What is the default value of local and global variables in c?

555


Explain data types & how many data types supported by c?

578


Can you define which header file to include at compile time?

584


What is a static function in c?

618


List some basic data types in c?

557


Write a code to determine the total number of stops an elevator would take to serve N number of people.

725