Thursday, May 5, 2016

MS-Word Command: Insert Menu and Format Menu

Insert Menu:

1. Insert Page Break:

Breaks the page below the cursor and shift the text/data on it on the successive page.
-Select the cursor at the place.
-Select the insert menu.

Wednesday, May 4, 2016

Loop Control Structure

Looping (or Iteration):

Repeating some portion of the program either for a fixed number of times or as long as the condition is satisfied is called looping or iteration. there are three type of loop control structure in C. They are:
1. The For Loop:
2. The While Loop:
3. The Do-While Loop:

Monday, May 2, 2016

More description Related to Member Function,Array of Object and some extra topics

Accessing private member function of the class:

It is normal way to declare all the data items in a private section and all the function in public.In some situation, certain function required to be hidden like private data from outside call. Example: Task such as deleting an account from a customer file.

MS-Word Commands- File Menu, Edit Menu and View Menu

File Menu:

There are several MS-Word command. Some of them we have as File Menu, Edit Menu and View menu and rest of them we discussed later soon.

Popular Posts