how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rani
I think its compiler specific bcoz a char holds 1byte in c
where as it holds 2 bytes in java.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How can I direct output to the printer?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the difference between text and binary i/o?
What is the difference between formatted&unformatted i/o functions?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
write a program to create a sparse matrix using dynamic memory allocation.
What is a macro?
What are local variables c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
How do you view the path?
Is it possible to have a function as a parameter in another function?
Is there a built-in function in C that can be used for sorting data?
Explain what does a function declared as pascal do differently?