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

Why c++ is called c++ and not c+?

Answer Posted / hasib

C is based program . The computer only know binary number (0s and 1s)
That is why identifiers not to give one digits , he give two digits follow binary number c++.

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pointers in C? Give an example where to illustrate their significance.

1167


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1053


Define circular linked list.

975


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

1038


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1297


Do you know the purpose of 'register' keyword?

968


How can you increase the allowable number of simultaneously open files?

1090


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1241


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3019


Can i use “int” data type to store the value 32768? Why?

1143


Explain the difference between strcpy() and memcpy() function?

949


What is a structure member in c?

956


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

1355


What is meant by type casting?

1020


What is ## preprocessor operator in c?

1025