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
What is the role of this pointer?
Compare array data type to pointer data type
What is the best way of making my program efficient?
Can you write the function prototype, definition and mention the other requirements.
Define recursion in c.
Can a pointer point to null?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Explain high-order and low-order bytes.
What is a buffer in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Write a program to check whether a number is prime or not using c?
How can you avoid including a header more than once?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers