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


Differentiate between new and malloc(), delete and free() ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


inline function is there in c language?

4 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


what is c programming?

3 Answers   TCS,


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


how logic is used

0 Answers  


Is file a keyword in c?

0 Answers  


What is Your Name :)

1 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


What is use of pointer?

0 Answers  


Categories