Question
In the 24th GST council meeting a decision was taken to
implement e-way bill for inter-state transactions across the country fromSolution
•       It decided that Inter-State e-way Bill to be made compulsory from 1st of February, 2018. •       States may choose their own timing of implementation but they must implement by 1st June 2018. •       The monthly GST collection for October was Rs 83,000 crore which was the lowest since the implementation of GST. What is e-way bill? E-way bill is an electronic way bill for movement of goods which can be generated on the GSTN (common portal). A ‘movement’ of goods of more than Rs 50,000 in value cannot be made by a registered person without an e-way bill.
Which of these is used for resolving operator precedence in parsing?
Which of the following grammars is suitable for top-down parsing?
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
What will be the output of the following C code?
#include
int main() {
int i;
for (i = 0; i < 5; i++) {
<...An S-attributed SDD (Syntax-Directed Definition) is one where:
A "shift-reduce" parser is a type of:
Multithreading an interactive program will increase responsiveness to the user by ___________
The process of grouping characters into meaningful units (tokens) is performed by the:
Which optimization is performed after intermediate code generation?