What are the types of pointers?


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

Post New Answer

More C Interview Questions

How can I handle floating-point exceptions gracefully?

0 Answers  


what is the difference between static variable and register variable?

3 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Do you know null pointer?

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  






how to execute with out main in cprogram

15 Answers   Infosys,


What is the use of a ‘’ character?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


how to generate sparse matrix in c

3 Answers  


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


What is meant by inheritance?

0 Answers  


What are the 4 data types?

0 Answers  


Categories