Question
Under the RTI Act, an appeal shall be disposed of within
__________days of the receipt of the appeal or within such extended period not exceeding a total of ____________ days from the date of filing thereof, as the case may be, for reasons to be recorded in writing.Solution
Section 19 (6) - (6) An appeal under sub β section (1) or sub β section (2) shall be disposed of within thirty days of the receipt of the appeal or within such extended period not exceeding a total of forty β five days from the date of filing thereof, as the case may be, for reasons to be recorded in writing.
Boolean occupies how much space in a 32 bit system
Which of the following clause return specific rows?
What is a resource in the context of deadlocks?
What is the primary advantage of dynamic memory allocation?
Which of the following is an example of an ADT for storing data?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
COCOMO is based on which type of estimation approach?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which protocol is used for secure communication over a network?