Answer Posted / noopur
an object is the real instant of a class where class is a user defined datatype and class is a variable of that data type also called complex variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between Macro and ordinary definition.
Is c procedural or functional?
What is a memory leak? How to avoid it?
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
What is the use of gets and puts?
Can you add pointers together? Why would you?
What is memcpy() function?
How to throw some light on the b tree?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Why is a semicolon (;) put at the end of every program statement?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Can an array be an Ivalue?
Is javascript written in c?
List some applications of c programming language?
What is a void pointer? When is a void pointer used?