Continue with your mobile number
The International Day of Democracy is observed on 15th September, as designated by the United Nations, to reflect on the state of democracy worldwide. The day was first celebrated in 2008.
Which condition is shown in given picture?
What is the main advantage of Network Attached Storage (NAS) technology?
What is an algorithm?
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?
Which component of the CPU is responsible for executing instructions?
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
Which data structure follows the "first-in, first-out" (FIFO) principle?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
‘/?’ is used for what in C++
In dynamic programming, what is memoization?