how memory store byte
Answers were Sorted based on User's Feedback
Answer / rajendra
Hi sasi wt ever u put a result is wrong
Because bit means either 0 or 1
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / himansu nayak
Memory store byte in bits, becoz 1byte=1bit.
we can get a clear picture about this when we are doing the
bits operation .
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram
Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / 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 |
What is the difference between malloc() and calloc()?
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
What are the differences between Structures and Arrays?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is c token?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
In a switch statement, what will happen if a break statement is omitted?
what is c language.
What is logical error?
What is a pointer in c plus plus?
Explain how can you be sure that a program follows the ansi c standard?
Why is c called a mid-level programming language?