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
What is difference between constant pointer and constant variable?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Is c is a procedural language?
Why main function is special give two reasons?
What does void main () mean?
Explain what is the general form of a c program?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the difference between c and python?
What functions are used in dynamic memory allocation in c?
What happens if you free a pointer twice?
Who developed c language and when?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is a nested loop?
What are the general description for loop statement and available loop types in c?
What is void c?