actually my sister is getting calls from many different numbers disturbing her all the tme
she had changed the number more than 3 , 4 times but still having the same problem .
so i want a private number for her
when i complained in police they told they don't have access to the records of...
I want to activate Caller Line Identification Restriction (CLIR ) service on my Mobile number, I contacted my Mobile Operator and they told to get approval from local police station for this,
That means whenever I call someone they will see as Private Number in their screen
now I am sure...
Hello
As you can see from the image,
these 4 templates were released as free updates to those who are running
office 2010
http://i.lulzimg.com/3e99ad869a.jpg
but i formatted my PC and re-installed office and found that the template was gone
:(
i will be very pleased if anyone can upload...
egw
Unique IP is counted once per 24 hours.
if one user realoads the page 100 times then it will show 100 views but it will be counted as 1 in payments ..
this is to protect if anyone can assign a software for impressions
nooooooooo o ..what is this happening
all uploaders will stop uploading and warez content will gradually become less and will have to buy them
crap!!!
filesonic and others too stopped their affliate system
and just like hotfile they are banning all the uers whose files are getting deleted by...
My sir also solved the problem
the working program is nw
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
clrscr();
char pass[32], ch;
printf("Enter Password : ");
int j=0;
while(1)
{
ch=getch();
if(ch=='q' || ch=='Q')
break;
pass[j]=ch...
Hello,
Program more simplified by me
there is only one last problem
why is the @ sign OR ANY OTHER GRABAGE VALUE comming at the end of the password ??
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
clrscr();
char pass[32], ch;
printf("Enter Password : ");
int j=0...
I modified the progoram
and now the output is somewhat working
but still not fully working
here is the new code
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
clrscr();
char pass[32], ch;
printf("Enter Password : ");
int j=0;
while(1)
{
ch=getch();
if(ch=='q' ||...
when the user inputs the values
the text is shown in astricks
one astrik for one character (this cannot be done using scanf function that is why i am using the purchar function and getch function )
and after storing the password in the array
quit entering password when Q or q is typed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.