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


Please Help Members By Posting Answers For Below Questions

What does a pointer variable always consist of?

665


In C language what is a 'dangling pointer'?

640


How is a macro different from a function?

656


write a program to find the given number is prime or not

3846


What is calloc malloc realloc in c?

594






What is call by reference in functions?

568


What is a lookup table in c?

627


What is volatile variable in c with example?

588


Why do we use pointer to pointer in c?

599


if p is a string contained in a string?

1406


What are all different types of pointers in c?

579


Why can arithmetic operations not be performed on void pointers?

590


What is sizeof array?

613


Which are low level languages?

636


If fflush wont work, what can I use to flush input?

617