long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / vinnothkumar
its compiler dependent
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Why enum is used in c?
Why do we use header files in c?
Explain void pointer?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Is int a keyword in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is a macro in c preprocessor?
If fflush wont work, what can I use to flush input?
What is the difference between struct and typedef struct in c?
What is exit() function?
What are high level languages like C and FORTRAN also known as?
What are control structures? What are the different types?
write a program to print data of 5 five students with structures?
In c language can we compile a program without main() function?