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


pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()

Answers were Sorted based on User's Feedback



pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()..

Answer / mannucse

c.free()

Is This Answer Correct ?    58 Yes 3 No

pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()..

Answer / manishsoni

here malloc(),calloc(),realloc)() are the memory allocation
function after allocation of memory free is used to freed
the memory which is allocated by the above function.
so the free is odd term.

Is This Answer Correct ?    13 Yes 3 No

Post New Answer

More C Interview Questions

What are the functions to open and close the file in c language?

0 Answers  


Explain function pointer with exapmles.

2 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


What does char * * argv mean in c?

0 Answers  


What are data structures in c and how to use them?

0 Answers  


difference between i++* and *++i

6 Answers   IBM,


How can I find out if there are characters available for reading?

0 Answers  


What is indirection?

0 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


Categories