No student devices needed. Know more
7 questions
To typecast a real to a string we use the typecasting function...
The correct format of a case statement is
To typecast an string to an integer we use the typecasting function...
If i want to find out how many characters the string sName contains, I use the ... function
The ... function extracts characters from a string
The correct arguments for the copy() function is
Copy(str, count, start char)
Copy(str, start char, count)
Copy(var, start char, count)
Copy(start char, count, str)
The length() function returns an integer. If I were to store the length of a string in an integer variable, would I need to typecast the string first?