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 |
what is the hexidecimal number of 4100?
Is calloc better than malloc?
What are pragmas and what are they good for?
write a programme that inputs a number by user and gives its multiplication table.
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
what is the difference between #include<stdio.h> and #include"stdio.h" ?
How can I do peek and poke in c?
what is the self-referential structure?
Explain which function in c can be used to append a string to another string?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is #line used for?
What is graph in c?