long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / kamal

compiler dependent

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between printf and scanf )?

783


What is sorting in c plus plus?

735


Explain the advantages of using macro in c language?

756


What is c variable?

782


write a program to concatenation the string using switch case?

1775


In c programming language, how many parameters can be passed to a function ?

852


Distinguish between actual and formal arguments.

809


Differentiate between calloc and malloc.

990


Explain what is the difference between far and near ?

846


What is the difference between local variable and global variable in c?

900


What are different types of operators?

769


What is static and auto variables in c?

779


Why can arithmetic operations not be performed on void pointers?

800


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3553


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6249