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

Why cann't whole array can be passed to function as value.

1 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


What is c language and why we use it?

0 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  






Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


How can I find out how much free space is available on disk?

0 Answers  


How are strings stored in c?

0 Answers  


Tell me when is a void pointer used?

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


application of static variables in real time

1 Answers   Bosch,


Categories