C
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 Read more…
C
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 Read more…
C
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 Read more…
C
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 Read more…
Useful Link
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 Read more…
Plug-ins/Extensions
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) Read more…
C
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 : A Switch Case Examples in C to display the name Read more…
C
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 program in C to display the Infinite loop concept using Read more…