Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


Explain main function in c?

0 Answers  


What is the significance of c program algorithms?

0 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


When should volatile modifier be used?

0 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

0 Answers  


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


What do you understand by normalization of pointers?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


How many loops are there in c?

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


Categories