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 / peter
Little endian has least significant digit at far left.
Big endian has most significant digit at far left.
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
Is printf a keyword?
Write a program to check armstrong number in c?
What is difference between stdio h and conio h?
What does the c in ctime mean?
Explain what is gets() function?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is a stream in c programming?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain how do you list a file’s date and time?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is meant by recursion?
What is the use of c language in real life?
What does the format %10.2 mean when included in a printf statement?
What is define directive?
What is the difference between %d and %i?