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 does a function declared as pascal do differently?
Explain the term printf() and scanf() used in c language?
How do you use a pointer to a function?
What extern c means?
Hi can anyone tell what is a start up code?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Explain Basic concepts of C language?
What is a pointer in c?
What should malloc(0) do?
List a few unconditional control statement in c.
Why isn't it being handled properly?
What is difference between structure and union?
What is the scope of local variable in c?
what is uses of .net
What are the 4 types of functions?