What does a pointer variable always consist of?


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

Post New Answer

More C Interview Questions

Find occurence of a character in a sting.

3 Answers   TCS,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


What is the sizeof () a pointer?

0 Answers  






How many parameters should a function have?

0 Answers  


coding for Fibonacci.?

1 Answers  


what are advantages of U D F?

1 Answers   Google,


What is the difference between struct and union in C?

1 Answers  


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


What is the newline escape sequence?

0 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


Categories