What is double pointer?
No Answer is Posted For this Question
Be the First to Post Answer
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is pre-emptive data structure and explain it with example?
What is the equivalent code of the following statement in WHILE LOOP format?
What are data structures in c and how to use them?
What is #pragma statements?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
What is 2c dna?
What is the full form of getch?
Tell me what are bitwise shift operators?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Is file a keyword in c?