Question
A company issues 10,000 shares at ₹100 each at a
premium of ₹20. ₹80 (including premium) is received on application. How is the premium accounted?Solution
Securities premium is recorded in a separate reserve and cannot be added to share capital.
‘/?’ is used for what in C++
An online discussion group that allows direct live communication is known as
Basic syntax to create a bar-chart in R is
What is the purpose of the "ORDER BY" clause in an SQL query?
If the destination MAC address is not found in the MAC address table, the switch forwards the frame out all of its ports except the port on which the f...
Match the following
a. calloc( ) ------- i. Frees previouslyallocated space. b. free( ) ----------- ii. Modifiespreviouslyallocated space. c. mal...
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
Which type of instruction pipeline allows multiple instructions to be processed simultaneously at different stages?
In the context of ADTs, what does "encapsulation" refer to?
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?