Answer Posted / deepak saini
class is the collection of data and functions(methods)
which are used to collect that data.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain which function in c can be used to append a string to another string?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How does sizeof know array size?
What is the difference between printf and scanf )?
What are qualifiers in c?
How many keywords (reserve words) are in c?
Are global variables static in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
I need a sort of an approximate strcmp routine?
what is a function method?give example?
What is structure pointer in c?
What is an lvalue in c?
What is the heap in c?
Write a program to generate the Fibinocci Series
Is c high or low level?