What is the difference between big endian form and little
endian form? write a code to convert big endian form to
little endian and vice versa..
Answer Posted / vivek
in little endien lsb is at lower addess and in big endien
msb at lower address
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is include directive in c?
In which language linux is written?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What’s the special use of UNIONS?
List the variables are used for writing doubly linked list program.
where are auto variables stored? What are the characteristics of an auto variable?
What are the types of data types and explain?
What is the use of printf() and scanf() functions?
Explain enumerated types in c language?
What is nested structure?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How can I implement a delay, or time a users response, with sub-second resolution?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How do you define structure?
Can a variable be both static and volatile in c?