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...

Is c an object oriented programming language?

Answer Posted / kamil

No, C is not an object oriented programming language
It's a structural programming language

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare a variable?

966


What is difference between structure and union?

1086


What does it mean when a pointer is used in an if statement?

1068


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2574


What is a constant and types of constants in c?

1078


What is extern c used for?

1014


Explain what is wrong with this statement? Myname = ?robin?;

1533


write a program for the normal snake games find in most of the mobiles.

2222


What is malloc and calloc?

1016


What do you mean by recursion in c?

1064


What does char * * argv mean in c?

1010


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

1253


write a program to copy the string using switch case?

2856


Define circular linked list.

984


Why calloc is better than malloc?

983