difference between function & structure

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


Please Help Members By Posting Answers For Below Questions

Explain what is the use of a semicolon (;) at the end of every program statement?

830


Explain null pointer.

707


What is the most efficient way to store flag values?

774


Explain output of printf("Hello World"-'A'+'B'); ?

1058


why wipro wase

1920






Explain why c is faster than c++?

675


State two uses of pointers in C?

724


What is null character in c?

763


praagnovation

1880


where are auto variables stored? What are the characteristics of an auto variable?

689


What is #pragma statements?

685


What is a string?

753


Explain how can I pad a string to a known length?

753


What is difference between structure and union with example?

696


Is it possible to initialize a variable at the time it was declared?

860