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

code for selection sort?

1 Answers  


What are the types of unary operators?

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


What are the differences between new and malloc in C?

0 Answers   Amazon,






I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


What is the use of getch ()?

0 Answers  


Explain argument and its types.

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,


what is void pointer?

1 Answers   Wipro,


Is c weakly typed?

0 Answers  


Categories