Structure Chart

Introduction A structure chart provides a visual representation of a program’s structure, making it easier to understand and modify. Definition A structure chart is a type of diagram used in software engineering to illustrate the structure of a program or system. The structure is a graphical representation of the modules, functions, and processes within a program, showing how they are related and how they interact with each other. A structure chart is a visual representation …

Loading

Open & Run/Execute a Computer Program

Example : How do I open and execute C and C++ programs? Step1:Download and then Install anyone C/C++ applications(say here ‘Dev-C++ 5.11’)successfully. Step2: Open Dev-C++ 5.11 application by simply double click on it. Step3: Now, write a C/C++ program and save it as certain name with .c/.cpp extension(say here Program1.c/Program1.cpp). Step4: Now, Compile the created program by pressing F9 button or clicking ‘Execute’ menu – click ‘Compile ‘ option. If any errors are present, remove …

Loading

Nested Loop Examples

         Example : Write a program in C to print the given pattern using the nesting of loop concept. Example : Write a program in C to print as the given pattern using nesting of loop concept. Example : Write a program in C to print as the given pattern using nesting of loop concept. Example : Write a program in C to print as the given pattern using nesting of loop concept. …

Loading

Two Dimensional Array Examples

Example : A c program to read & display the nine values in a two dimensional array having size 3×3. Example : A C program to read nine values & display only first and last values in a two dimensional array having size 3×3. Example : Write a program in C to display the addition of two matrices into third one. Example : Write a program in C to display the subtraction of two matrices …

Loading

Array in C

Definition An array is a collection of similar type of data elements stored in adjacent memory locations and are referred to by a single array-name. Array is a data structure storing a group of elements, all of which are of the same data type. Array is a powerful data storage method that lets us to group a number of same-type data items under the same group name. Feature/Characteristic In the case of C, we have …

Loading

Jumping Statement Examples in C

Example : A program in C to print odd and even numbers using the goto statement. Example : A Jumping Statement Examples in C to display the concept of a continue statement. Example : A program in C to display the concept of a break statement. Link for more about Jumping statements in C

Loading

Awesome & Amazing Web sites

Descriptions Web Site Link Gives detail about used theme of a website and also suggest required plugs-in for that web site, especially made on word press. Click here Revolving google website, search the contents in motion Click vere Shaking google website Click here Google under Water appearance Click here Google Mirror/Reverse Google appearance Click here To watch screen appearance unique on moving the mouse Click here By entering date of birth, know various unique details …

Loading

Word Press Plug-ins

Slno List of Plug-ins Description 1. OneSignal-Web Push Notifications (By onesignal) Allow user to pop up as allow/deny notifications  2. PopUps, Welcome bar… (By icegram)  To display new notifications, plans, offer on the home page  3. Really Simple SSL  Increases the efficiency of https  4. All-in-one-WP Migration (By Serve Mask) Back up Word Press Data in one file 5. UpdraftPlus WordPress Backup Plug-in (By UpdraftPlus.Com, DavidAnderson) Backup and restoration made easy. Complete backups; manual or scheduled …

Loading