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 / chandrakantham

No, c is a high level programming language.here, we cannot
create the classes and objects and also do not use the
other advantages. so it is not a object oriented
language.chandrakantham

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to swap two numbers without using the third variable?

1118


Explain what is the difference between a string and an array?

1224


What does the characters “r” and “w” mean when writing programs that will make use of files?

1540


What is the difference between fread buffer() and fwrite buffer()?

1225


Tell me what are bitwise shift operators?

1173


What is New modifiers?

1185


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

5142


Tell me what is the purpose of 'register' keyword in c language?

1039


List the different types of c tokens?

1120


why we wont use '&' sing in aceesing the string using scanf

2424


Difference between Function to pointer and pointer to function

1130


What is use of pointer?

1168


What is include directive in c?

1206


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1485


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2025