Tag: programming languages

Questions Related to programming languages

#include int main() { int i=0; for(;i--;); printf("%d",i); }

  1. 0

  2. 1

  3. Infinite loop

  4. -1


Correct Option: D
  1. 777777.........

  2. Compilation Error

  3. 7

  4. None of the above


Correct Option: C

C was given along with which operating system?

  1. DOS

  2. unix

  3. Solaris

  4. Both 1 and 2


Correct Option: B