Ask Question

Which of the following lines must be included in a program that has string variables?

1. Binclude (string class) 0 #

2. inclode string

3. string var:

4. None of these 0 # include namespace std:

+2
Answers (1)
  1. 19 April, 21:04
    0
    2. #include string

    Explanation:

    C language is a high level language in programming which marks the basics of program language syntax. There are different data types in C, they are string, integers, float, double float, boolean etc.

    For a data type to be compiled, a library of that data type must be installed. An example is the string data type, the "# include string" library must be installed for compiling.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following lines must be included in a program that has string variables? 1. Binclude (string class) 0 # 2. inclode string 3. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers