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


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

Post New Answer

More C Interview Questions

Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


What is double pointer in c?

0 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  


character array A[12] can hold

5 Answers   Wipro,






print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


Given an unsigned integer, find if the number is power of 2?

5 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


What is void main ()?

0 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


Categories