Character Pattern in Java Character Pattern in Java import java.util.*; public class Character_Pattern { Β Β public static void main(String[] args) { […]
Read moreTag: information technology
Christmas tree ππ
// If you liked it don’t forget to give // a (+1) like. // Thank you all! // By @ Akash.. #include <iostream> #define N […]
Read moreProgram for diamond shape π
#include <iostream> using namespace std; class A { public: Β Β void show() { Β Β Β Β cout << “Diamond pattern: “; Β […]
Read moreButterfly Pattern Program
Butterfly Pattern Program Butterfly Pattern Program #include<stdio.h> int main(){ Β Β int n; Β Β scanf(“%d”,&n); Β Β for(int i=1;i<=n;i++){ Β Β Β Β […]
Read moreWhat is Disk mounting operation ?
What is Disk mounting operation ? What is Disk mounting operation ? Mounting refers to the grouping of files in a file system structure […]
Read moreShort note on Thrashing in OS.
Short note on Thrashing in OS. Short note on Thrashing in OS. In computer science, thrash is the poor performance of a virtual memory (or […]
Read moreShort note on Security in OS
Short note on Security in OS Short note on Security in OS Security refers to providing a protection system to computer system resources such […]
Read moreProtection in os , protection, os – protection indirection, goals of protection
Protection in os , protection, os – protection indirection, goals of protection Protection in os , protection, os – protection indirection, goals of protection […]
Read morerace condition, race conditions, operating systems, common operating systems
race condition, race conditions, operating systems, common operating systems race condition, race conditions, operating systems, common operating systems When more than one process is executing […]
Read moreWing Pattern Programming, Butterfly pattern Programming, pattern program in java, pattern program in C, pattern programming questions
Wing Pattern Programming, Butterfly pattern Programming, pattern program in java, pattern program in C, pattern programming questions Wing Pattern Programming, Butterfly pattern Programming, pattern program […]
Read more
Recent Comments