IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointers in c?

663


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

612


Why do we need a structure?

597


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1742


What does main () mean in c?

620






What is void main () in c?

738


Why c is called a mid level programming language?

610


Define circular linked list.

575


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

675


How do you view the path?

672


What is c basic?

606


Are local variables initialized to zero by default in c?

557


How many types of operator or there in c?

607


When c language was developed?

644


Differentiate Source Codes from Object Codes

829