Write a small C program to determine whether a machine's
type is little-endian or big-endian.

Answer Posted / udita

little indian

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %p mean c?

634


Is python a c language?

555


Can include files be nested?

632


why we wont use '&' sing in aceesing the string using scanf

1787


What is a file descriptor in c?

568






What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

751


How can I change the size of the dynamically allocated array?

636


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3130


given post order,in order construct the corresponding binary tree

2326


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1318


How many types of sorting are there in c?

618


Explain how can I open a file so that other programs can update it at the same time?

599


What is string function in c?

544


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

650


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

693