write a c program to store and print name,address,roll.no of
a student using structures?
Answer Posted / nidhina
enter the number of students 2
enter the name anu
enter the address ui
fh
fn
hg
hgn
rollno 2
name anu
address
ui fh
fn
hg
hgn
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
Why is c fast?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are the 5 data types?
What are the characteristics of arrays in c?
c program for searching a student details among 10 student details
What is a ternary operator in c?
Is there any possibility to create customized header file with c programming language?
What is an endless loop?
Why functions are used in c?
What does int main () mean?
Are global variables static in c?
How is a null pointer different from a dangling pointer?
What is the use of volatile?
What is main () in c?
How can I use a preprocessorif expression to ?