aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice general knowledge

to which batch "Darshan n Neha" are shifted..??

  1. c 11

  2. c 12

  3. c 13

  4. c 14

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • Find the odd one out.
  • Let $T_{n}=\dfrac{2n+1+\sqrt{n^{2}+n}}{\sqrt{n+1}+\sqrt{n}}, U_{n}=\dfrac{1}{n^{2/3}+(n+1)^{2/3}+(n(n+1))^{...
  • Consider the following C functions: int f1 (int n) { If(n == 0 | |n == 1) return n; else return(2*f1(n-1) +...
  • Consider the following C functions: int f1 (int n) { If(n == 0 | |n == 1) return n; else return(2*f1(n-1) +...
  • Consider the following functions: f(n) = 2n g(n) = n! h(n) = nlogn Which of the following statements about ...
  • Let L1 = {0n+m1n0m|n, m$\ge$0}. L2 = {0n+m1n+m0m|n, m$\ge$0} and L3 = {0n+m1n+m0n+m|n, m$\ge$0} Which of th...
  • #include class NewInt { int num; public: NewInt(int n=0):num(n) {printf("cons\n");} int getInt() const {ret...
  • Consider the following C function: int f(int n) { static int r = 0; if (n <= 0) return 1; if (n > 3) { r = ...
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy