Ask Question
24 August, 01:22

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:

+1
Answers (1)
  1. 24 August, 03:41
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers