InterviewSolution
Saved Bookmarks
| 1. |
What is Type Casting?(a) Converting a file from one type to another(b) Creating new arrays(c) Deleting the variable from memory(d) Converting a variable from one type to anotherThe question was posed to me in homework.This question is from Type Conversions topic in chapter Arduino Programming of Arduino |
|
Answer» The correct option is (d) Converting a VARIABLE from ONE type to another |
|