What are the types of pointers in c?


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

Post New Answer

More C Interview Questions

WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


Why do we use pointer to pointer in c?

0 Answers  


What is const and volatile in c?

0 Answers  


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,






What are bitwise shift operators in c programming?

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


What is the heap in c?

0 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


Categories