aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Mainframe JCL, REXX, and CICS Programming
  • which function will provide the following output? mindwor...
Multiple choice technology mainframe

which function will provide the following output? mindworks mindworks mindworks

  1. mult('mindworks ',3)

  2. repeat('mindworks ',3)

  3. copy('mindworks ',3)

  4. copies('mindworks ',3)

Reveal answer Fill a bubble to check yourself
D Correct answer

Keep practicing — related questions

  • name = "Steve Lit" name_copy = name name << "t" print "name = ", name print " name_copy = ", name_copy, "\n...
  • which one of the below is correct with respect to string repeatation a) print "TEST" X 10; b) print "TEST" ...
  • Which of the following functions have exactly same working? (a) putch() (b) putchar() (c) puts() (d) fputs(...
  • x='MIND' y='WORKS' K=xy L=x||y M=x' 'y Which of the following will display 'MINDWORKS'?
  • What is the output of the following? SAY 'C1C2C3'X
  • A library function used for producing a string with a certain number of repeating characters is
  • CHAIN operation does the same function of which of the following combination?
  • (define list1 (list 1 2 3)) (define list2 (list 4 5 6)) (define list3 (list)) (append list3 list1 list2) wh...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy