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
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain null pointer.
What is the most efficient way to store flag values?
Explain output of printf("Hello World"-'A'+'B'); ?
why wipro wase
Explain why c is faster than c++?
State two uses of pointers in C?
What is null character in c?
praagnovation
where are auto variables stored? What are the characteristics of an auto variable?
What is #pragma statements?
What is a string?
Explain how can I pad a string to a known length?
What is difference between structure and union with example?
Is it possible to initialize a variable at the time it was declared?