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
Is it better to use a macro or a function?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Was 2000 a leap year?
What are the different types of linkage exist in c?
Explain what are global variables and explain how do you declare them?
Is it possible to execute code even after the program exits the main() function?
What is array in c with example?
how do you execute a c program in unix.
Explain what is the difference between a string and an array?
What is the need of structure in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Is there any possibility to create customized header file with c programming language?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);