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

Write a program for finding factorial of a number.

640


write a c program for swapping two strings using pointer

2102


With the help of using classes, write a program to add two numbers.

626


How can you tell whether a program was compiled using c versus c++?

626


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

742






What is .obj file in c?

659


How can I call a function with an argument list built up at run time?

651


what is the function of pragma directive in c?

638


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

624


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

651


What are the different types of linkage exist in c?

623


while initialization of array why we use a[][2] why not a[2][]...?

1874


Can you return null in c?

607


Disadvantages of C language.

668


Is the exit() function same as the return statement? Explain.

674