How to count words in a string in python
Que - How to count words in a string? Ans- In python we are using str_name.count("letter/w…
Que - How to count words in a string? Ans- In python we are using str_name.count("letter/w…
Que- How to change words in a string in python? Ans- To change a word in a string in python we …
Que- what is bubble sort technique? Ans- Bubble Sort is the simplest sorting technique that wor…
Que - What is c++ ? Ans- c++ is a object oriented programming language . C++ is a cross-platfor…
Que - What is copy constructor? Ans- C opy constructor is a member function that initializes a…
Que - Define different layers of internet? Ans- The Internet layer, also known as the network l…
Que - what is cloud computing? Ans - cloud computing is today very popular source of storing da…
Que - What is parameterized constructor? Ans. Parameterized constructor:- Parameterized constru…
Que - what is destructor? Ans- DESTRUCTOR is a special type of member function of class, which …
Que- what is constructor? Explain it? Ans- Constructor are special type of member function of c…
Que- what is function overloading? Ans- Function overloadig is use in most of the object orient…
Que- what is CLASSES and OBJECTS ? Ans- Classes are the user defined data type, which holds its…
Que- what is friend function? Ans- A friend function is a special function in c++ which is no…
Que- Make a program for hierarchical inheritance? #include <iostream> using namespace …
Que - make a program for multiple inheritance? #include <iostream> using namespace st…
Que- make a program for simple inheritance? #include <iostream> using namespace std; …