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
Why is it important to memset a variable, immediately after allocating memory to it ?
Does * p ++ increment p or what it points to?
How do you do dynamic memory allocation in C applications?
What is a null string in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Why do we use c for the speed of light?
Explain the concept and use of type void.
What is c token?
What is a lvalue
Is linux written in c?
What is the meaning of c in c language?
What are # preprocessor operator in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Write a program to generate the Fibinocci Series
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;