What is pointers in c with example?


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

Post New Answer

More C Interview Questions

Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


Explain what will the preprocessor do for a program?

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


How can I avoid the abort, retry, fail messages?

0 Answers  






what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


What is array of pointers to string?

0 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


Why C language is a procedural language?

0 Answers   Ericsson,


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


Categories