long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / shruti
yes its compiler dependant..
these are figures with respect to only one compiler..
it may change for others.
but it genrally takes 6 bytes space..
float 4 bytes..
double 8 bytes..
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What are different types of variables in c?
What’s the special use of UNIONS?
Explain logical errors? Compare with syntax errors.
What is static memory allocation? Explain
Can we assign string to char pointer?
In which header file is the null macro defined?
Explain what is page thrashing?
What are the data types present in c?
Can you assign a different address to an array tag?
What are keywords c?
What do you mean by c what are the main characteristics of c language?
What is a static variable in c?
Explain why c is faster than c++?
How many parameters should a function have?