write a c program to store and print name,address,roll.no of
a student using structures?
Answer Posted / fasfasdfdsaf
http://www.cprogrammingexpert.com/C/Tutorial/fundamentals/datatypes/data_types.aspx
| Is This Answer Correct ? | 8 Yes | 18 No |
Post New Answer View All Answers
Is struct oop?
Explain what are linked list?
Which one would you prefer - a macro or a function?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What are the advantages of union?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How many parameters should a function have?
Do you know what are bitwise shift operators in c programming?
What is property type c?
Is it fine to write void main () or main () in c?
What is scanf () in c?
Why can’t constant values be used to define an array’s initial size?
What is the most efficient way to count the number of bits which are set in an integer?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Which of these functions is safer to use : fgets(), gets()? Why?