Q1:
what is "string"? Is it a data type just like int, double, char? Also, when time comes that you need to compare two strings, how would you construct the comparison expression (example is needed)?
Q2:
Global vs. local variables? Explain what are Global and Local Variables
what is "string"? Is it a data type just like int, double, char? Also, when time comes that you need to compare two strings, how would you construct the comparison expression (example is needed)?
Q2:
Global vs. local variables? Explain what are Global and Local Variables
Comment