what is the size of an integer variable?

Answer Posted / sanjeev

size of integer variable is 2 bytes or 16 bits.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1245


Do pointers need to be initialized?

556


What is identifiers in c with examples?

672


What is an arrays?

648


Where is volatile variable stored?

641






Differentiate between Macro and ordinary definition.

723


How can I sort more data than will fit in memory?

621


What does stand for?

590


What are header files and what are its uses in C programming?

625


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

673


How do I swap bytes?

626


What is the role of && operator in a program code?

564


What is a newline escape sequence?

663


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4540


What is pragma in c?

623