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

the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


what is inline function?

2 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  






What is the purpose of main() function?

0 Answers  


plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


what is constant pointer?

3 Answers  


Explain the difference between structs and unions in c?

0 Answers  


What is omp_num_threads?

0 Answers  


to get a line of text and count the number of vowels in it

2 Answers  


Categories