Ask Question
30 October, 02:30

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. 30 October, 03:15
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers