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 language is a object oreinted language?

Answer Posted / shobana

it is not a object oreinted language . actually it is a procedure oriented language.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is default value of global variable in c?

1046


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1051


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

1125


What is a union?

1085


Write a program to print “hello world” without using semicolon?

1179


Can a pointer be volatile in c?

1039


What is the maximum length of an identifier?

1231


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1734


Can main () be called recursively?

1175


What is the difference between volatile and const volatile?

1044


Describe explain how arrays can be passed to a user defined function

1162


why wipro wase

2367


What does c in a circle mean?

1127


What is nested structure in c?

1114


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1942