Answer Posted / nilay
as interger requires 2 bytes means 16 bits i.e. 2 raised to
15 ( 1 bit for sign bit to indicate no. is +ve or -ve) is
32768 to 32767 .if sign bit is not included then it is 2
raised to 16 i.e. 65535.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Tell me can the size of an array be declared at runtime?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Which is best linux os?
What are the key features in c programming language?
What is selection sort in c?
What is the size of empty structure in c?
Explain how do you declare an array that will hold more than 64kb of data?
What is bubble sort technique in c?
cavium networks written test pattern ..
Write a program to swap two numbers without using the third variable?
What is cohesion in c?
How are strings stored in c?
What does c mean before a date?
Is file a keyword in c?