Is c an object oriented programming language?

Answer Posted / kamil

No, C is not an object oriented programming language
It's a structural programming language

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the most efficient way to store flag values?

952


How can my program discover the complete pathname to the executable from which it was invoked?

870


What is the -> in c?

804


What is difference between main and void main?

876


What is the difference between near, far and huge pointers?

838


What is conio h in c?

821


What is the importance of c in your views?

830


What is equivalent to ++i+++j?

875


What is array of pointers to string?

816


Explain the binary height balanced tree?

919


a value that does not change during program execution a) variabe b) argument c) parameter d) none

986


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2895


What are compound statements?

862


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2110


how many errors in c explain deply

1847