Describe how to safeguard a system through acquisition of
an antivirus
Program and systematic backup.
No Answer is Posted For this Question
Be the First to Post Answer
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
method overloading means what?
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
write a program that input four digit number and find how many 7 that number contains
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
write a program that input four digit no and finds it is palindrome or not
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.
how to swap two numbers in a linked list without exchanging the data but only the links?
Explain stl.
what is c++
Explain when u will use Observer pattern and how u will implement in c++ .