What are manipulators
Explain what are manipulators?
Explain any of the four applications of OOPS.
Explain the term Inheritance.
Write a code in a c++/java for the automaton distributed in the class which accepts keywords(cat,bat,cab). Create an input file with these words may be two or three copies of these words scattered in a paragraph and show that your program does accept these words and gives an output to that effect.
Describe the basic concepts of the OOPs?
All Specifications to be covered according to the paper. Programming to be done only in C,C++ or java
Explain what is enumerated data type?
What is the out put and why? class Class_name main() // Declarations num index num SIZE = 10 num numbers[SIZE] = 0,0,0,0,0,0,0,0,0,0 index = 0 while index < SIZE numbers[index]= index * 10 index = index + 1 endwhile output “The Output is: ” while index > 0 index = index – 1 o
Explain what is return type of the main ()?
Describe what are symbolic constants?
Explain the meaning of reference variable?
18,76,764
1938025 Asked
3,689
Active Tutors
1449252
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!