How to find all wifi passwords saved in your computer Get link Facebook X Pinterest Email Other Apps By Safeer - January 22, 2020 Find wifi passwords saved in your windows computer . Get link Facebook X Pinterest Email Other Apps Comments
reverse a String without using C functions ? By Safeer - October 19, 2011 #include<stdio.h> #include<conio.h> #include<string.h> int main() { int i=0,l,l1; char str[100]; printf("enter string:"); scanf("%s",&str); while(str[i]) i++; l=i; for(i=0;i<=(l-1)/2;i++) { char t=str[i]; str[i]=str[l-i-1]; str[l-i-1]=t; } str[l]=0; printf("\n\nreversed string is:%d",str); getch(); return 0; } Read more
IETE WEBSITE By Safeer - April 16, 2011 IETE WEBSITE സിലബസ് ബുക്ക് ഫോര് കമ്പ്യൂട്ടര് സയന്സ് ബാച്ച് ഇ വെബ് സൈറ്റ് കമ്പ്യൂട്ടര് സയന്സ് ബാച്ച് ന് മാത്രം ഉള്ളതാണ് ബ്ലോഗില് കയറിയ എല്ലാവരും ഫോളോ ചെയ്യണം Read more
Comments
Post a Comment