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
What is the difference between printf and scanf )?
What is sorting in c plus plus?
Explain the advantages of using macro in c language?
What is c variable?
write a program to concatenation the string using switch case?
In c programming language, how many parameters can be passed to a function ?
Distinguish between actual and formal arguments.
Differentiate between calloc and malloc.
Explain what is the difference between far and near ?
What is the difference between local variable and global variable in c?
What are different types of operators?
What is static and auto variables in c?
Why can arithmetic operations not be performed on void pointers?
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.
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)