what are the interview question's in the language c

Answers were Sorted based on User's Feedback



what are the interview question's in the language c..

Answer / 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

what are the interview question's in the language c..

Answer / mallik

a[0] represents only that value at 0 location,but *a
represents the address of that variable stored

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is a node in c?

0 Answers  


why u join this call center?

6 Answers   DELL,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


What is main () in c?

0 Answers  


what is function pointer?

2 Answers   Wipro,






What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


What is pragma in c?

0 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


Is register a keyword in c?

0 Answers  


What are the different types of objects used in c?

0 Answers  


Can we declare variables anywhere in c?

0 Answers  


Categories