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
What u mean by query?
What are the different types of PHP arrays?
Explain Traits in PHP?
How to execute an sql query? How to fetch its result?
What are the functions used in php?
How do sessions work in php?
Do you know what is use of count() function in php?
How to call php function from javascript using ajax?
Write an example to remove html tags from a string in php?
How big is nvarchar max?
What are properties in php?
What do the initials of php stand for?
What is variable and data type?
What is the meaning of a final class and a final method?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.