What is pointer in c?


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

Post New Answer

More C Interview Questions

What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


What should be keep precautions while using the recursion method?

1 Answers  


What does 4d mean in c?

0 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


How can I find out if there are characters available for reading?

0 Answers  






1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


What is memmove?

1 Answers   Oracle,


whitch value return void main?

11 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


regarding pointers concept

0 Answers  


Categories