long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / dhiraj
Its always complier depended and the reason for this is
that int is always map to the word size of that processor.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can I remove the trailing spaces from a string?
How can I implement a delay, or time a users response, with sub-second resolution?
what is the format specifier for printing a pointer value?
Differentiate between Macro and ordinary definition.
How can I read/write structures from/to data files?
Write a program to generate the Fibinocci Series
Is struct oop?
explain how do you use macro?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is malloc calloc and realloc in c?
With the help of using classes, write a program to add two numbers.
Where in memory are my variables stored?
What is null pointer in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is the difference between far and near ?