typedef struct{
char *;
nodeptr next;
} * nodeptr ;
What does nodeptr stand for?
No Answer is Posted For this Question
Be the First to Post Answer
Can a program have two main functions?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
What is header file in c?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
What is structure padding ?
program to convert a integer to string in c language'
What are global variables and how do you declare them?
Explain how can type-insensitive macros be created?
how to find the sizof of any datatype using bit manipulations
What are types of structure?
What are the three constants used in c?
How important is structure in life?