help copying a file into system32 folderi also tried running the program as administrator but its not working
help copying a file into system32 folder#include<iostream> #include<conio.h> #include<stdlib.h> #include<fstream> using namespace std;...
size of pointer variable#include<iostream> using namespace std; int main() { char *p; cout<<"size of:"<<siz...
difference between float and doublei compiled this code and got the answer as "i hate you". Thank you for your reply iHutch105
difference between float and double main() { float me = 1.1; double you = 1.1; if(me==you) printf("I love U"); else printf("I h...
This user does not accept Private Messages