what is the main difference between c and c++?
Answer Posted / sricharan
>> C << >> C++ <<
1> Basically it is an 1> It is an Object oriented
procedure oriented known as OOPS
2> It is an Top-Down 2> It is an Bottom-Up
approach approach
3> syntax ->#include<stdio.h> 3> #include<iostream.h>
4>Here we use Print f & scan f 4> Here we use cout and cin
statements statements
5>Mainly Focus on procedure 5> Mainly Focus on Data
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a program to reverse a string using recursive function?
What are objects in oop?
What is difference between abstraction and encapsulation?
why reinterpret cast is considered dangerous?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
Why do we use oop?
Why multiple inheritance is not allowed?
How is polymorphism achieved?
What are oops methods?
What is overloading and its types?
What is constructor in oop?
what are the ways in which a constructors can be called?
What is abstraction and encapsulation?
Get me an image implementation program.