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 ?    30 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are void pointers in c?

574


How can you access memory located at a certain address?

663


What are c identifiers?

624


What is dangling pointer in c?

618


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

805






List the variables are used for writing doubly linked list program.

1616


Why do we use & in c?

586


How to declare a variable?

564


Why clrscr is used in c?

578


What is formal argument?

644


How can I swap two values without using a temporary?

610


Tell me what is null pointer in c?

611


Why do we use header files in c?

573


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

635


When we use void main and int main?

588