Which of the following is incorrect?
A. int a(2);
B. int a[];
C. int a = new int[2];
D. int a() = new int[2];
E. int a[2];
A. int a(2);
B. int a[];
C. int a = new int[2];
D. int a() = new int[2];
Computer Science & Information Technology
You might also like to view...
Assign the address of array b to the pointer variable ptr.
What will be an ideal response?
Computer Science & Information Technology
Computer scientists use expressions such as O(n) to express the linear relationship between an array's length and the execution time.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
If a process state is currently showing as uninterruptible sleep, which letter will show in the output of the ps command?
A. S B. U C. N D. D
Computer Science & Information Technology
Briefly describe the ByteBuffer class.
What will be an ideal response?
Computer Science & Information Technology