write a c program to store and print name,address,roll.no of
a student using structures?
Answer Posted / krunal patel
I MA KRUNAL PATEL
| Is This Answer Correct ? | 15 Yes | 54 No |
Post New Answer View All Answers
Explain how do you search data in a data file using random access method?
What are the string functions? List some string functions available in c.
Explain why can’t constant values be used to define an array’s initial size?
What is %d called in c?
Explain the ternary tree?
Write the control statements in C language
How can I read data from data files with particular formats?
How many types of errors are there in c language? Explain
What do you mean by recursion in c?
What is the best style for code layout in c?
How can I direct output to the printer?
Differentiate between new and malloc(), delete and free() ?
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
What is the difference between abs() and fabs() functions?
I came across some code that puts a (void) cast before each call to printf. Why?