What does struct node * mean?


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

Post New Answer

More C Interview Questions

Is there any demerits of using pointer?

0 Answers  


What is the need of structure in c?

0 Answers  


What are different types of pointers?

0 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  






write a program to delete an item from a particular location of an linear array?

1 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


Categories