Explain pointers in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the types of data structures in c?

0 Answers  


What is the use of getchar() function?

0 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


I have seen function declarations that look like this

0 Answers  


what is difference between overriding and overloading?

1 Answers  


What do header files do?

0 Answers  


what r callback function?

1 Answers  


where does malloc() function get the memory?

1 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Explain pointer. What are function pointers in C?

0 Answers   HCL,


what are bitwise shift operators?

4 Answers  


Categories