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
Write a program to reverse a given number in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the general form of #line preprocessor?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Explain union. What are its advantages?
Where local variables are stored in c?
What are the 4 data types?
how to write a c program to print list of fruits in alpabetical order?
What is the use of ?: Operator?
What is c programing language?
Explain how many levels deep can include files be nested?
How do c compilers work?
What is main function in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
is it possible to create your own header files?