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
Explain about the functions strcat() and strcmp()?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Array is an lvalue or not?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Can the “if” function be used in comparing strings?
how to generate sparse matrix in c
What is the difference between arrays and pointers?
What is static and volatile in c?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is sizeof c?
What is maximum size of array in c?