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

What is the modulus operator?

0 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


How do you print an address?

0 Answers   TCS,


What is keyword with example?

0 Answers  






How #define works?

0 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


Write a program to find the given number is odd or even without using any loops(if,for,do,while)

4 Answers   CNC, Gokul,


WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


what is the code to display color fonts in the output?

1 Answers  


Can we access array using pointer in c language?

0 Answers  


Categories