No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Heys guys.....can you tell me the internal working of string.length() method.....i mean to say that i want to create my user defined method?????
i want to know why the runtime error is coming in this code????? #include<stdio.h> #include<conio.h> #include<string.h> int main() { char *a,*b; scanf("%s",a); printf("%s",a); return 0; } there was no error when a declared first pointer i.e. a but as soon as i declared the 2nd pointer(b) i am getting a …
for cryptography try this: "https://class.coursera.org/crypto-2012-002" it's an online 6 weeks course conducted by stanford professor.....video lectures are availabe....join this if u want to start from basics....
The End.
devender22