Can we add pointers together?


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

Post New Answer

More C Interview Questions

what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is return in c programming?

0 Answers  


how can I convert a string to a number?

0 Answers  






Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

15 Answers   Cisco, Google, MBT,


Does * p ++ increment p or what it points to?

0 Answers  


What are the advantage of c language?

0 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


hat is a pointer?

4 Answers   Assurgent,


Can we increase size of array in c?

0 Answers  


Categories