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

What is the size of structure in c?

922


Describe the order of precedence with regards to operators in C.

872


What does 1f stand for?

885


How many types of operator or there in c?

863


Can two or more operators such as and be combined in a single line of program code?

1153


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

897


How can I prevent another program from modifying part of a file that I am modifying?

860


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2670


What are the different types of endless loops?

864


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1757


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2923


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

963


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

865


What is auto keyword in c?

993


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

856