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 pass by reference in functions?
write a program fibonacci series and palindrome program in c
What will be your course of action for a push operation?
What is the difference between ++a and a++?
Can we compile a program without main() function?
What does struct node * mean?
What is the use of bitwise operator?
What is signed and unsigned?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What does s c mean in text?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is hash table in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are local static variables? How can you use them?