how memory store byte

Answer Posted / sasikumar

byte mean binary digit for 8 digits .
it meant 1 byte store 8 bits .
1bit =1024kb

Is This Answer Correct ?    4 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer be volatile in c?

536


How do you print an address?

749


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3845


What is the description for syntax errors?

616


Can we access the array using a pointer in c language?

564






What is the process of writing the null pointer?

607


What do the functions atoi(), itoa() and gcvt() do?

726


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

690


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1919


What is derived datatype in c?

638


Why c is called object oriented language?

592


Explain how can I pad a string to a known length?

655


Explain the difference between null pointer and void pointer.

673


What is the use of getchar() function?

631


What is const and volatile in c?

567