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 the hexidecimal number of 4100?

Answer Posted / a,dinesh kumar

16|4100
16|256-4
16|16-0
16|1-0


the answer is 4100->1004

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programming in c to find the sum of all elements in an array through function.

2119


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23604


Write a program to implement queue.

1070


What is const volatile variable in c?

986


Why c is called free form language?

975


What is the c language function prototype?

1046


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2322


What is a const pointer?

1044


What are the advantage of c language?

1006


write a c program in such a way that if we enter the today date the output should be next day's date.

2141


What is a file descriptor in c?

1058


Explain how can you tell whether two strings are the same?

976


How do I copy files?

1005


Explain how can you check to see whether a symbol is defined?

1091


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

3461