Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is an object?

Answer Posted / deepak saini

Object is runtime representation of class in memory.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the condition that is applied with ?: Operator?

1115


What is the difference between union and anonymous union?

1287


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1277


cavium networks written test pattern ..

4063


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1060


What is the difference between printf and scanf in c?

1326


How are strings stored in c?

1003


What is c language & why it is used?

1096


Explain what is the benefit of using an enum rather than a #define constant?

1202


Why malloc is faster than calloc?

1045


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1193


Is null always equal to 0(zero)?

1024


Is there a built-in function in C that can be used for sorting data?

1228


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1074


Here is a good puzzle: how do you write a program which produces its own source code as output?

1078