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
What is the difference between malloc() and calloc()?
How can I prevent another program from modifying part of a file that I am modifying?
What is "Hungarian Notation"?
Is c high or low level?
Explain union. What are its advantages?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why are all header files not declared in every c program?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the -> in c?
What does printf does?
What are the different properties of variable number of arguments?
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.
How do you define a function?
Explain what are run-time errors?
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