Answer Posted / samarasam
I) Inside the Structure we can use Property,Indexes,etc..
II) Both constants and enumerations may be defined within a
structure,
III) Multiple constructors can be created within a
structure.
IV) EVENTS is possible in structures
v) Memory wise differ
Is This Answer Correct ? | 31 Yes | 15 No |
Post New Answer View All Answers
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the purpose of scanf() and printf() functions?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How can I determine whether a machines byte order is big-endian or little-endian?
What is the translation phases used in c language?
Differentiate between the = symbol and == symbol?
how can f be used for both float and double arguments in printf? Are not they different types?
Explain high-order and low-order bytes.
How can you access memory located at a certain address?
Why do we need arrays in c?
What is function prototype?
What are identifiers and keywords in c?
What is the difference between scanf and fscanf?
What is #line in c?
What is a list in c?