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 a memory leak in structures? How can we rectify that?

Answer Posted / sadhasivaraj

defining a structure includes lots of memory space bcoz
scructure consumes lots of memory space by allocatin a
desired space during initialization
ie bcoz struct can handle different data types

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Basic concepts of C language?

1234


What is static and auto variables in c?

1141


Explain what is the stack?

1157


What is difference between stdio h and conio h?

1436


What is 02d in c?

1111


Implement bit Array in C.

1199


What does it mean when a pointer is used in an if statement?

1155


What is the default value of local and global variables in c?

1099


How do I copy files?

1107


What is difference between union All statement and Union?

1160


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1174


Is r written in c?

1189


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

1177


What are compound statements?

1239


What is the difference between array and pointer in c?

1222