What does node * mean?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of constants?
Is c dynamically typed?
Explain the use of fflush() function?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
What does void main return?
Implement bit Array in C.
what is the difference between getch() and getchar()?
Do you know the difference between malloc() and calloc() function?
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
What is the difference between volatile and const volatile?
How can I access memory located at a certain address?