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

how to write a data 10 in address location 0x2000

Answer Posted / vishnu

int main()
{
int *ptr;
ptr = (int *)0x2000;
*ptr = 10;
printf("%d", *ptr);
}

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %2f mean in c?

1282


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3566


What does s c mean in text?

1146


What is c system32 taskhostw exe?

1071


Why is c called a structured programming language?

1333


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2108


Is c still relevant?

1138


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1216


Define circular linked list.

1082


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2139


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

1200


What does the error 'Null Pointer Assignment' mean and what causes this error?

1258


What does stand for?

1141


Was 2000 a leap year?

1089


Is it possible to execute code even after the program exits the main() function?

1393