difference between c and c++?

Answers were Sorted based on User's Feedback



difference between c and c++? ..

Answer / manisha thakur

in c is not a object oriented
in c++ is object oriented

Is This Answer Correct ?    2 Yes 0 No

difference between c and c++? ..

Answer / mail

in c we using printf and scanf
in c++ we using cin and cout

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


Is stack a keyword in c?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


How can I find the modification date and time of a file?

0 Answers  


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  






Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


What is 1f in c?

0 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


What's the right way to use errno?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


Can we change the value of constant variable in c?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


Categories