Give me basis knowledge of c , c++...

Answers were Sorted based on User's Feedback



Give me basis knowledge of c , c++.....

Answer / sri

in C structures are used...but in cpp classes are
used..which is more secured

Is This Answer Correct ?    7 Yes 0 No

Give me basis knowledge of c , c++.....

Answer / nirmal kumar tailor

c is a procedural language and C++ is object oriented
language

Is This Answer Correct ?    7 Yes 1 No

Give me basis knowledge of c , c++.....

Answer / raji

c having no security for data..but c++ having that
security,using class(access specifier).

Is This Answer Correct ?    5 Yes 1 No

Give me basis knowledge of c , c++.....

Answer / raji

c uses the top-down approach.c++ uses bottom-up approach

Is This Answer Correct ?    4 Yes 3 No

Give me basis knowledge of c , c++.....

Answer / sri

C has no pointers and multiple inheritance but c++ have a point results and support multiple inheritance

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Can an array be an Ivalue?

0 Answers   EXL,


Why header file is used in c?

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


What are different types of variables in c?

0 Answers  






How is actual parameter different from the formal parameter?

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


Tell me when would you use a pointer to a function?

0 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


Explain 'bus error'?

0 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


What is c value paradox explain?

0 Answers  


Categories