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
Who is the main contributor in designing the c language after dennis ritchie?
What are header files in c?
Explain what is wrong with this statement? Myname = ?robin?;
How can a program be made to print the line number where an error occurs?
What are the different file extensions involved when programming in C?
Explain a pre-processor and its advantages.
What are the data types present in c?
What are control structures? What are the different types?
Differentiate between a structure and a union.
What is line in c preprocessor?
What is self-referential structure in c programming?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Is sizeof a keyword in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Why is a semicolon (;) put at the end of every program statement?