IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answers were Sorted based on User's Feedback
Answer / venugopal
YES ,THEY CAN BE,BECAUSE ARRAY CAN HOLD SIMILAR DATA
TYPED ONES,WE ARE USING ONLY STRUCTURE VARIABLES
THEMSELVES.IT WILL BE POSSIBLE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Answer / swamy s t
No. Because arrays are homogeneous datatype and
structures are heterogeneous datatype. So we cann't
| Is This Answer Correct ? | 0 Yes | 1 No |
advantages of pointers?
What is the difference between text and binary modes?
what is the mean of c languages.
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
what is the main use of c where it can use the c
how to find your architecture is LittleEndian or BigEndian?
where does it flourished?
What is strcpy() function?
What is the usage of the pointer in c?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
Which header file is used for clrscr?
What is hashing in c language?