write a program using linked list in which each node
consists of following information.
Name[30]
Branch
Rollno
Telephone no
i) Write the program to add information of students in
linked list
No Answer is Posted For this Question
Be the First to Post Answer
How can I use a preprocessorif expression to ?
write a program wch produces its own source code aas its output?
What is the difference between new and malloc functions?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
shorting algorithmS
What is union and structure?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What is #line in c?
All technical questions
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
Define VARIABLE?
what is pointer