Computer Science, asked by ankitsharma745599, 5 months ago

A string which contains ___________ parameter/s, is called ______ string.

1.Format, text

2.Text, format

3.text and format, format

4.None of the above​

Answers

Answered by darshan5275
25

Answer:

option 3 mark me the brainloest

Answered by anjalin
1

A string which contains text and format parameter/s, is called Format string.

Explanation for the answer:

  • The Format String refers to an argument of the Format Function which is an ASCII Z string which contains text and format parameters.
  • Like: printf (“The magic number present is: %d\n”, 1911)
  • The Format String Parameter are like %x %s ,it defines the type of conversion of the format function.
  • Hence, the correct answer among all the options is option 3.text and format, format

(#SPJ3)

Similar questions