Answer Posted / abalonesoft
A region of storage with associated semantics.
After the declaration int i; we say that "i is an object of
type int." In OO/C++, "object" usually means "an instance of
a class." Thus a class defines the behavior of possibly many
objects (instances).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is oops c?
Can you assign a different address to an array tag?
How can I read a binary data file properly?
Who developed c language?
What does emoji p mean?
Why c is called top down?
Differentiate fundamental data types and derived data types in C.
What is the use of putchar function?
What are the preprocessor categories?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is #pragma statements?
What is the advantage of c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is return in c programming?