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 |
What is c++ used for today?
question-how to run a c programme.
What is the difference b/w Structure & Union?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
i have a written test in tomorrow
Differentiate between functions getch() and getche().
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
Why is it usually a bad idea to use gets()? Suggest a workaround.
Can the curly brackets { } be used to enclose a single line of code?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is the difference between text and binary i/o?
Is that possible to add pointers to each other?