What does node * mean?


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

Post New Answer

More C Interview Questions

Explain how to reverse singly link list.

0 Answers  


what is c++ programming?

3 Answers   TCS,


What is the use of gets and puts?

0 Answers  


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


write a program to concatenation the string using switch case?

0 Answers  






What is a null string in c?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


how many argument we can pas in in a function

25 Answers   CTS,


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Categories