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
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the meaning of typedef struct in c?
Define the scope of static variables.
What is the difference between text and binary modes?
What is the difference between the expression “++a” and “a++”?
What kind of structure is a house?
What are local static variables?
What is the size of empty structure in c?
What is the difference between malloc() and calloc()?
What is difference between array and structure in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
How do I determine whether a character is numeric, alphabetic, and so on?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Using which language Test cases are added in .ptu file of RTRT unit testing???
What does #pragma once mean?