Start learning 50% faster. Sign in now
Article 148 of the Constitution establishes the office of the Comptroller and Auditor General of India, who oversees the audit of government expenditures to ensure accountability in public spending.
The symbol for a NOT gate is a:
What is the primary strategy of a divide-and-conquer algorithm?
Which of the following backup types provides the fastest backup and recovery performance but requires the most storage space?
In which network topology is the failure of a single node least likely to disrupt the entire network?
What is the main advantage of using a hash table data structure?
In a circuit with n nodes, how many independent KCL equations can be written?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
What is the purpose of the shebang (#!) in a shell script?
Which bus is responsible for transferring data between the CPU and memory?
Which command is used to perform arithmetic operations in a shell script?