ΔIODec 1, 20222 min readTutorialsHow to mirror your android screen to Windows 11?Screen mirroring is a cool thing that is very helpful for presenting small screens to bigger ones. But choosing the best software which...
ΔIONov 15, 20221 min readEducation and NotesC Programming (10+2), Important Programs with source codes ( Part IV, Structure and Union)STRUCTURE A structure is a collection of variables under a single name. The variable may be of different types and each has a name that...
ΔIONov 15, 20222 min readEducation and NotesC Programming (10+2), Important Programs with source codes ( Part III, Strings)Strings in C Following is the list of string functions and their usage that we will be using in C programming. Don't forget to include...
ΔIONov 14, 20222 min readEducation and NotesC Programming (10+2), Important Programs with source codes ( Part II)Programs Based on Displaying Patterns 15. Program to display the following pattern: 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 #include <stdio.h> void...
ΔIONov 14, 20222 min readEducation and NotesC Programming (10+2), Important Programs with source codes ( Part I)Here is the collection of the most important C programs to increase your learning. This collection is also based on Grade XI and XII...