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
what are the different storage classes in c?
State the difference between x3 and x[3].
What is meant by 'bit masking'?
How can I recover the file name given an open stream?
Give me the code of in-order recursive and non-recursive.
What is the meaning of 2d in c?
Can we add pointers together?
What is the difference between far and near ?
What is static memory allocation?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
How do you sort filenames in a directory?
Describe the header file and its usage in c programming?
How do I determine whether a character is numeric, alphabetic, and so on?
What should malloc() do?