What is chain pointer in c?


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

Post New Answer

More C Interview Questions

Find the highest of three numbers and print them using ascending orders?

1 Answers  


Tell me when is a void pointer used?

0 Answers  


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


what is object oriental programing?

1 Answers  


C program to perform stack operation using singly linked list

3 Answers  


What does sizeof function do?

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


What is the condition that is applied with ?: Operator?

0 Answers  


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


which operator is known as dummy operator in c?

2 Answers   Wipro,


Categories