Answer Posted / sanjeevkumar.v
push it mean INSERT the element to the STACK
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
What is new keyword in oops?
What does I oop mean?
What is the difference between procedural programming and oops?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is and I oop mean?
What are the three parts of a simple empty class?
What is meant by oops concept?
How oops is better than procedural?
What is encapsulation oop?
Which is not an object oriented programming language?
What is abstraction in oops?
What does and I oop mean?
Can we create object of interface?
when to use 'mutable' keyword and when to use 'const cast' in c++