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

To what value are pointers initialized?




1) NULL


2) Newly allocated memory


3) No action is taken by the compiler to initialize
pointers.

Answer Posted / shruti

Ponters are initialised to newly allocated memory locations.

Is This Answer Correct ?    4 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is infinite loop?

1131


What is the use of in c?

1085


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2285


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1942


What is the difference between scanf and fscanf?

1341


What does %c do in c?

1049


What are the types of bitwise operator?

1164


How can I remove the leading spaces from a string?

1208


How many data structures are there in c?

1168


Write a program to print all permutations of a given string.

1234


Where local variables are stored in c?

1045


What is the difference between functions abs() and fabs()?

1207


Explain what does the function toupper() do?

1127


What is the value of h?

1083


Are the outer parentheses in return statements really optional?

1158