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
Why does not use getgh(); and <conio.h> in c language.
Explain enumerated types in c language?
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
from which concept of 'c', the static member function of 'c++' has came?
Who is the main contributor in designing the c language after dennis ritchie?
What are the different file extensions involved when programming in C?
What is the difference between malloc calloc and realloc in c?
What is ctrl c called?
Why is it that not all header files are declared in every C program?
what is the flow of execution in cprogram? ex:printf();,scanf();
Is c programming hard?
How to reverse a string using a recursive function, with swapping?