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 will happen if you free a pointer twice after
allocating memory dynamically ?

Answer Posted / zan

segmentation fault

Is This Answer Correct ?    19 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between constant pointer and constant variable?

1280


Explain how do you override a defined macro?

1138


What is variables in c?

1101


Why we use stdio h in c?

1100


What is the value of uninitialized variable in c?

1090


How can I determine whether a machines byte order is big-endian or little-endian?

1124


Can we change the value of constant variable in c?

1117


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1160


List the difference between a While & Do While loops?

1155


Can you subtract pointers from each other? Why would you?

1009


what are the 10 different models of writing an addition program in C language?

1946


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2176


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2225


How can I automatically locate a programs configuration files in the same directory as the executable?

1237


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1349