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?

Answers were Sorted based on User's Feedback



is c language is a object oreinted language?..

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

is c language is a object oreinted language?..

Answer / dhruv20000

no

Is This Answer Correct ?    5 Yes 0 No

is c language is a object oreinted language?..

Answer / shobana

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

Is This Answer Correct ?    5 Yes 1 No

is c language is a object oreinted language?..

Answer / manjit

no

Is This Answer Correct ?    5 Yes 1 No

is c language is a object oreinted language?..

Answer / ganesh

i m confuse that if it not than why * has two meaning 1.
multiplication symbol and other is indirectional operator
used in pointer.

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Interview Questions

What is the difference between null pointer and wild pointer?

0 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What is a program flowchart?

0 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


Which are low level languages?

0 Answers  


Which is the best website to learn c programming?

0 Answers  


What are valid signatures for the Main function?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


how logic is used

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


What is a pointer value and address in c?

0 Answers  


Categories