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's the total generic pointer type?
What is the difference between ‘g’ and “g” in C?
What is static and volatile in c?
Do you know the use of 'auto' keyword?
Why c is faster than c++?
Did c have any year 2000 problems?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are qualifiers?
Define the scope of static variables.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What are runtime error?
Where local variables are stored in c?
Explain output of printf("Hello World"-'A'+'B'); ?
how to make a scientific calculater ?