What are categories used for in c?



What are categories used for in c?..

Answer / Sunil Gond

In this context, there seems to be a misunderstanding as C does not use categories. In other programming languages like Objective-C, categories are used to add methods to existing classes without subclassing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is c++ used for today?

1 Answers  


question-how to run a c programme.

6 Answers  


What is the difference b/w Structure & Union?

3 Answers  


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1 Answers   IBM,


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


Differentiate between functions getch() and getche().

1 Answers  


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


Why is it usually a bad idea to use gets()? Suggest a workaround.

2 Answers  


Can the curly brackets { } be used to enclose a single line of code?

1 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


What is the difference between text and binary i/o?

1 Answers  


Is that possible to add pointers to each other?

1 Answers  


Categories