Distinguish between:
a) Normal layout & Print Layout views
b) Windows Clipboard & office Clipboard
c) Save & Save As Commands
d) Program File & Data File
e) Pie Charts & Barr Charts


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


How connect plc and pc through software

1 Answers  


What two types of containers does the stl provide?

1 Answers  


differentiate between private, public and protected data members of the class using example.

1 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1 Answers  


write a piece of c++ code which allocate memory to the 50 object of type CObj

2 Answers  


Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.

1 Answers  


what's the difference between function overloading and function overiding?

5 Answers  


What are the components of stl?

1 Answers  


write a program to search and display the position of an element in a single-dimentional array using function.

1 Answers  


write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  


Categories