Start learning 50% faster. Sign in now
The Sardar Swaran Singh Committee was established in 1976 by the Congress Party to recommend the inclusion of fundamental duties in the Indian Constitution. This initiative was part of broader efforts to address the circumstances of the National Emergency and to reinforce the responsibilities of citizens towards the state.
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?