is c language is a object oreinted language?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using macro in c language?

585


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

614


What are the disadvantages of a shell structure?

686


Explain the properties of union. What is the size of a union variable

713


What is a macro in c preprocessor?

623






What does %c mean in c?

643


What is the difference between test design and test case design?

1564


Does * p ++ increment p or what it points to?

609


What are preprocessor directives?

668


What is the difference between Printf(..) and sprint(...) ?

780


Explain how do you print only part of a string?

646


What is the method to save data in stack data structure type?

600


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

628


What is calloc()?

623


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1176