IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / 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 |
Post New Answer View All Answers
Where are the auto variables stored?
Why n++ execute faster than n+1 ?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the difference between array and pointer in c?
What is the size of empty structure in c?
Explain how do you view the path?
How can I delete a file?
How do I copy files?
What is the difference between āgā and āgā in C?
How are portions of a program disabled in demo versions?
What are the different properties of variable number of arguments?
How can you increase the allowable number of simultaneously open files?
Can we use visual studio for c?
write a program to create a sparse matrix using dynamic memory allocation.