User: sdinesh1991

  • Public profile

User profile: sdinesh1991

User info
User name:sdinesh1991
History
Joined:
Number of posts:5
Latest posts:

help copying a file into system32 folder
i 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 double
i 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