what is difference between array and structure?
Answer Posted / karam ali
structure is the collection of the different or may be same data type,,,,but the array is the collection of the same data type,
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can variables be characterized?
How can I find out if there are characters available for reading?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
will u please send me the placement papers to my mail???????????????????
What are near, far and huge pointers?
How many bytes is a struct in c?
How are portions of a program disabled in demo versions?
In which language linux is written?
What does != Mean in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
main() { printf("hello"); fork(); }
where are auto variables stored? What are the characteristics of an auto variable?
What are the types of data files?
What is struct node in c?
What is array within structure?