Click DELETE on the Shortcut Menu. Be sure that the object you are deleting is closed before because it will not let you delete.
Answer:
Explanation:
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++) {
if (str [i] != str [length – 1 – i]) {
return false;
}
}
cout << str << "is a palindrome";
return true;
}
Answer:
Generation in computer terminology is a change in technology a computer is/was being used. Initially, the generation term was used to distinguish between varying hardware technologies. Nowadays, generation includes both hardware and software, which together make up an entire computer system.
Explanation:
Character Map ... I hope This Helps
Answer:
this isn't a fair question...
you'll either get 2,3 or 4
not a nice question