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++...

Answer Posted / raji

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between abs() and fabs() functions?

1060


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1913


Where are c variables stored in memory?

1023


What is the purpose of the preprocessor directive error?

1200


all c language question

2377


Can a file other than a .h file be included with #include?

1101


what are the facialities provided by you after the selection of the student.

2177


hi any body pls give me company name interview conduct "c" language only

2231


Compare array data type to pointer data type

967


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1052


Do you know the difference between exit() and _exit() function in c?

1015


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1361


Do you know what are the properties of union in c?

999


What is strcmp in c?

1018


What is use of #include in c?

1089