September 2022


Write a c or python program to check Leap Year

C Program: #include < stdio.h > int main () {     int year;    year = 2016 ;     if (((year % 4 == 0 ) && (year % 1...

Mushfiqur Rahman 20 Sep, 2022

Wi-Fi Password Stealer - Windows user

1. Press windows key + R , then type cmd and Press Enter  2.  3. Type netsh wlan show profile and press Enter  4. Now you can see all the ...

Mushfiqur Rahman 16 Sep, 2022