IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

Answer Posted / e-mail

yes. structures can be used within an array. variables are
declared in an arrays in structures.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between malloc() and calloc()?

1056


How can I prevent another program from modifying part of a file that I am modifying?

838


What is "Hungarian Notation"?

842


Is c high or low level?

780


Explain union. What are its advantages?

819


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2071


Why are all header files not declared in every c program?

819


Why do some versions of toupper act strangely if given an upper-case letter?

836


What is the -> in c?

788


What does printf does?

979


What are the different properties of variable number of arguments?

909


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

854


How do you define a function?

784


Explain what are run-time errors?

824


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

861