IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / biranchi parida
generally in turbo c++ 3.0 to above version it can't
possible but possible if we declared float linking point
declaration
in such way globally after header file
float a,*b;
b=&a;
after this declaration structure can take array
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the condition that is applied with ?: Operator?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is pointer & why it is used?
How do I determine whether a character is numeric, alphabetic, and so on?
Hai what is the different types of versions and their differences
What does & mean in scanf?
What is variable and explain rules to declare variable in c?
Is c weakly typed?
What are reserved words with a programming language?
Describe the modifier in c?
which is an algorithm for sorting in a growing Lexicographic order
How does pointer work in c?
shorting algorithmS
Is there a way to switch on strings?
How can I automatically locate a programs configuration files in the same directory as the executable?