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 |
C program to read the integer and calculate sum and average using single dimensional array
If you know then define #pragma?
What is the purpose of macro in C language?
write a c program to find the probability of random numbers between 1-1000
diff .between strcture and union
What are the different types of pointers used in c language?
How can I delete a file?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
write a program to create a sparse matrix using dynamic memory allocation.
What is the purpose of Scanf Print, getchar, putchar, function?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
C program to find all possible outcomes of a dice?