Is c an object oriented programming language?
Answer / kamil
No, C is not an object oriented programming language
It's a structural programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare and contrast compilers from interpreters.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What is the difference between array_name and &array_name?
What is the value of h?
If null and 0 are equivalent as null pointer constants, which should I use?
how to build a exercise findig min number of e heap with list imlemented?
where can function pointers be used?
Simplify the program segment if X = B then C ← true else C ← false
what are the general concepts of c and c++
write a c program that prints all multiples of 3between 1 and 50.
How can I increase the allowable number of simultaneously open files?
How do I use strcmp?