what is the main difference between c and c++?
Answer Posted / perumalla.naveen kumar
in c after using the main function we can declare the variables.
in c++ before using the main function we can declare the variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What makes a language oop?
program for insertion ,deletion,sorting in double link list
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is overloading in oop?
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.
#include
What is a null tree?
What is pure oop?
write a C++ program for booking using constructor and destructor.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is destructor in oop?
What is the oops and benefits of oops programming?
What is the real life example of polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)