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
What are the 3 types of structures?
write a program fibonacci series and palindrome program in c
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
In C language what is a 'dangling pointer'?
What are the similarities between c and c++?
Why pointers are used in c?
What are 'near' and 'far' pointers?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Tell me the use of bit field in c language?
Explain what is a stream?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is #line?
How can I find the modification date of a file?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Explain what is meant by high-order and low-order bytes?