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
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");
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.
How connect plc and pc through software
What two types of containers does the stl provide?
differentiate between private, public and protected data members of the class using example.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
write a piece of c++ code which allocate memory to the 50 object of type CObj
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
what's the difference between function overloading and function overiding?
What are the components of stl?
write a program to search and display the position of an element in a single-dimentional array using function.
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 "