Tag: programming languages

Questions Related to programming languages

  1. Name of textbuffer in which each line of that does not contain

  2. Name of textbuffer in which the line numbers of that

  3. All the above

  4. None of the above


Correct Option: A
  1. Dennis Ritchie

  2. Bjarne Stroustrup

  3. James Gosling

  4. Paul Allen


Correct Option: C
  1. while(true){ }

  2. for(i=0;i>1;i--){ i++ }

  3. for ( ; ; ) { }

  4. while(false){ }


Correct Option: C