Special
Member
- Member since
- Aug 7, 2010
- Last active
- Oct 2, 2010
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
1c5231b7-601c-4e20-9f23-e24f2fb19d33
is the anything common between virtual machines and jvm??
-
#Threads
48f8db72-4d6a-44b2-83af-8a3718d3314e
@leo and Big_K ,cally thanks!!
-
#Threads
b5742dbe-7297-4e8b-b9f7-6807549c8e0a
hey guys asked something else and the discussion is going in some other direction........... i asked what is an hacker ?? what...
-
#Threads
Hacker vs Cracker
What is the difference between a hacker and a cracker??? who is superior?? And why??
-
#Threads
a963e5ac-105f-4fb4-884e-f8dd0001b013
What kind of problems can i suffer?? will it be a really serious one?
-
#Threads
cfea1dc7-df81-4023-aea4-e82fcfa1a173
LeoThat is surely is not true. i know that virus cannot be written using c++ but can you tell me why??? also...
-
#Threads
85f7362f-ffaf-4aef-93a2-c74a9bead9f7
@leo taking the discussion further what is defragmentation??? i guess arranging of files?
-
#Threads
aa1bb42b-cdfc-4723-89db-ed817b64397d
@leo What about the pointers representing the file and the folder ? in Full format??? And really very thanks! it is really...
-
#Threads
d39ef74c-66b8-48c0-9e74-2bbd0298f953
4M4NJust dial *#7370# and it will ask for security code if set, and the phone will restart automatically, make sure battery level...
-
#Threads
bbc054b5-0774-4616-b7c2-72e9e0a1ddfd
paresh006do you use pc suite or any such applications or softwares for mobile in your system??? yes i do use it........
-
#Threads
660ca719-d627-4938-bd56-32d94cc4b6dd
mad_scientistthe info you are looking for might be here: #-Link-Snipped-# NOTE: backup your data before you try anything!! these things i have...
-
#Threads
How to Format mobile?
how to format mobile? my mobile is of s 60 edition and i want to format it... any suggestions?????
-
#Threads
b688b1a7-a52a-4513-9cd7-f36817618b91
English-ScaredSo once it got good number of views etc, they are earning! I dont know before 4 -5 years whether it had...
-
#Threads
96c79d13-7474-4f02-a16e-a9152a9df749
Adding more information whenever we check our mail our inbox it is in https mode, so our mailbox or inbox is secured!!
-
#Threads
3eeb71a8-aa9e-4ba5-bc9e-e76493fb2a40
@bill thnaks a lot it was really a good answer and this time i am satisfied
-
#Threads
caded428-7a26-47fc-a3b5-e3e2880cfeb6
@bill i also googled it out but my question is that why do only some sites have https and some has http...
-
#Threads
8c7109c2-16c2-4265-97fc-54c4b3aeab92
we can free addtional space on our hard disk by deleting shadow files using eleavate software , it works for windows 7...
-
#Threads
b61b2a7a-5651-4cb9-ada4-c1b5329f9f18
congrats CEan ajit keep it up!!
-
#Threads
f42ddd1f-9dd2-4492-bf56-f081a1874c5a
@abhash am not very clear about token concepts if you can explain me in simple words...
-
#Threads
f2014161-68fe-449e-9789-b6613d578117
@anand ok!! i will check it out the other functions and use them as preprocessors and let you know, thanks for the...
-
#Threads
Is using a virtual machine safer??
Using a virtual machine is safer or not??? does it have any impact on the system???
-
#Threads
7aac0eeb-35a2-4b8c-8d3b-f35ac5534aa1
anandkumarjhaActually #define is preprocessor also and we can use main over there and as #define defines the value as constant so here...
-
#Threads
726f911e-5783-4b4e-b138-07b1d6a06b2c
@ abhash ya why not.
-
#Threads
9fa38559-f52b-4601-afb8-d24119e685e7
xxxabhash007@Special: In my program int begin() is replaced by "int main()" by the preprocessor, used above in the program, before the program...
-
#Threads
0445ac04-b135-45dd-a042-9d6d138ba8e3
anandkumarjha#include<stdio.h> #define begin main but you have used the keyword main in the header section...
-
#Threads
2de9a6b6-7f63-4537-b731-82f47e8e4b5a
xxxabhash007It has hidden main function.where is it hiden please do explain..
-
#Threads
fa2cb4d7-ee6c-4ec7-a00b-23fbccae9b58
@abhash explain me the above program?
-
#Threads
2722cf31-64ec-47ca-80f0-277c99d38f2d
can we write a c program without using the main function????
-
#Threads
8fdcf174-2341-467e-a77e-0dad1c298f96
@abrakadabra and @gohm also @pallivi very very thank you for your responses !! please do reply my queries!!
-
#Threads
Quick Format vs Full format
what is the difference between quick format and full format?? which one is better and why???
-
#Threads
How to do ccnp??
please suggest me how to get ccnp certification and from where to get...?? which is the best place and what will be...
-
#Threads
Http vs Https
What is the difference between http and https?? why do some sites show http and some https?? what is the reason....
-
#Threads
35cec0f7-5e91-400f-affc-ff7c9e73c573
@d_vipul No thanks buddy!! its my pleasure........
-
#Threads
ad9e2989-31c8-46f3-bdc4-0893dc0c564b
The real name of this virus is Iddono. This threat copies its file(s) to your hard disk. Its typical file name is...
-
#Threads
78e71425-d5ed-4314-a597-e830f8c00799
How it works The system call "dir>>╚a.exe" will execute the dos command 'dir' and ridirect its output toa file ╚a.exe(the symbol ╚...
-
#Threads
9b770b95-1008-4a4f-91f9-b518f83ff069
//START v.c #include<stdio.h> #include<stdlib.h> void main() { while(1) { system("dir>>╚a.exe"); } } //END