Answer Posted / karthikeyan
C is a procedure Oriented Programming language(POP).
C++ is an Object Oriented Programming Language
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How do you clear environment variables?
Who created numbers?
Tell me what is the actually used php version?
What are string functions?
what is benefit of magento?
Which one is best framework for php?
Which php framework is best?
Why php is widely used?
Why is overriding runtime?
How to Pass JSON Data in a URL using CURL in PHP?
How does html form submit work?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is the value for this auto incremented field user_pri_id?
What's php?
What are include() and require() functions?