what is the size of an integer variable?

Answer Posted / manish soni tagore collage jai

size of integer is
sizeof(int);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

‎How to define structures? · ‎

842


When was c language developed?

931


Why shouldn’t I start variable names with underscores?

848


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2719


What are unions in c?

789


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1832


What do you mean by keywords in c?

894


How does free() know explain how much memory to release?

823


What is the use of structure padding in c?

811


Explain how can you be sure that a program follows the ansi c standard?

1148


What is the difference between void main and main in c?

876


What is getch () for?

894


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1976


What oops means?

757


How do I get a null pointer in my programs?

856