Describe the My Computer and My Documents folders;
identify the elements that are present in every Window.
Answer / Shyam Ji Goswami
The My Computer folder is a system folder in Windows that contains various operating system files, while My Documents is a user-specific folder that stores personal documents created by the user. Both folders can be found in the Start menu under 'My Computer' or 'Documents.' Elements present in every Window include: 1) Title bar with the title of the window and close, minimize, and maximize buttons; 2) Menu bar containing various commands and options; 3) Toolbar displaying commonly used commands and shortcuts; 4) Status bar showing system information like disk space, memory usage, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to overload << and >> operator in c++
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
give me the defination of inheritance?
what is c++
What two types of containers does the stl provide?
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
write a program to search and display the position of an element in a single-dimentional array using function.
What is Constructor
write a program that input four digit no and finds it is palindrome or not
What is Template Specialization?
what is template and type convertion