DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

Answers were Sorted based on User's Feedback



DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?..

Answer / nayani

.c++ is an object oriented programming language.
.c is a procedural oriented programming language.

Is This Answer Correct ?    16 Yes 1 No

DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?..

Answer / anupam n singh

c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More C Interview Questions

main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


What is string in c language?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  






7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


Is there any data type in c with variable size?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


What is self-referential structure in c programming?

0 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


what is the difference between static variable and register variable?

3 Answers  


Categories