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

what is available in C language but not in C++?

Answer Posted / mukhtar

In c u can create variable with name new and delete but not
in c++.

Is This Answer Correct ?    40 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c still used?

1098


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1268


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23913


How can I write a function analogous to scanf?

1234


Write a program which returns the first non repetitive character in the string?

1174


Can you please explain the difference between malloc() and calloc() function?

1183


Is null always equal to 0(zero)?

1097


With the help of using classes, write a program to add two numbers.

1083


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1739


Is c# a good language?

1061


how do you programme Carrier Sense Multiple Access

2014


Sir i need notes for structure,functions,pointers in c language can you help me please

2463


what do you mean by inline function in C?

1103


Difference between Function to pointer and pointer to function

1130


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

1150