What are pointers? What are different types of pointers?


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

Post New Answer

More C Interview Questions

What math functions are available for integers? For floating point?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


what is memory leak?

3 Answers  


What are the ways to a null pointer can use in c programming language?

0 Answers  


how to find a 5th bit is set in c program

4 Answers   IBM,






writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


How can you call a function, given its name as a string?

0 Answers  


What is 2 d array in c?

0 Answers  


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


what r the cpu registers r ther?

1 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


Categories