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
Why isnt any of this standardized in c?
Explain indirection?
What are header files and explain what are its uses in c programming?
write a program to concatenation the string using switch case?
How do I use strcmp?
Should I learn data structures in c or python?
What is structure padding and packing in c?
Explain what is the concatenation operator?
What are the advantages of using Unions?
Is c is a high level language?
Why main function is special give two reasons?
What are the advantages and disadvantages of c language?
How many types of arrays are there in c?
Explain how can you restore a redirected standard stream?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)