in Education by
2. Size of int data type in java. . A32 and 64 B64and64 C32 and 32 D64and 32 Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: A 32 and 64 is correct answer

Related questions

0 votes
    int f=100, c; c = (f – 32)/9 * 5; System.out.println(c); Select the correct answer from above options...
asked Dec 27, 2021 in Education by JackTerrance
0 votes
    int f=100, c; c = (f – 32)/9 * 5; System.out.println(c); Select the correct answer from above options...
asked Dec 26, 2021 in Education by JackTerrance
0 votes
    int f=100, C; c= (f – 32)/9 * 5; System.out.println(c); Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    Q.32 :-What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? ... y); return 0; Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    In virtual memory system size of virtual address is ,32 bit, size of physical address is 30 bit, page size ... each page table entry. Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
0 votes
    a,b,c and d are int type, however, the expression is slightly modified as (a+b*c-d)/7.0. ... of the following mathematical expression? Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    a,b,c and d are int type, however, the expression is slightly modified as (a+b*c-d)/7.0. ... of the following mathematical expression? Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    Write a JAVA program to store the temperature in Celsius and convert it into Fahrenheit using the following formula ... INPUT METHOD Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    Write a menu driven program to do the task according to user’s choice: S = 2 – 4 + 8 – 16 + 32 – 64 + …. Up to 15 terms Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    Write a menu driven program to do the task according to user’s choice: S = 2 – 4 + 8 – 16 + 32 – 64 + …. Up to 15 terms. Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    The structure of a table Employee is given below. Suggest suitable data type and size of each column. Column name ... _ Design _ _ Select the correct answer from above options...
asked Dec 11, 2021 in Education by JackTerrance
0 votes
    import java.io.*; class employee { int pan; String name; double taxincome; double tax; void input(int p1, ... help something is wrong Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
0 votes
    What is the value of m after evaluating the following expression:m -= 9%++n + ++n/2; when int m=10,n=6. Pls Answer Now.. Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
...