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 …

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 …

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 …

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 …

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 …

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 …

Loading

Switch Case Examples in C

Example : Write a Switch Case Examples in C to display the Entered value between 1-10. Example : A Switch Case Examples in C to display the name of weekdays from Sunday to Monday using switch/keys 1 to 7. Example …

Loading

Looping Examples

Example : A program in C to find out the simple interest of given values using a while/do-while loop with a yes-no option. Example : Write a program in C to display the Infinite loop concept. Example : Write a …

Loading