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

Answer Posted / nilabh

4 bytes

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

898


What is an array in c?

777


What is the scope of an external variable in c?

769


Is c# a good language?

787


What are enums in c?

842


what type of questions arrive in interview over c programming?

1772


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

826


how can I convert a string to a number?

797


What is the use of printf() and scanf() functions?

818


What are the advantage of c language?

758


What is this infamous null pointer, anyway?

787


What is modeling?

819


What is the explanation for modular programming?

904


What is dynamic variable in c?

782


Why does the call char scanf work?

876