thanks for your help Techking
our teacher is teaching us the these new functions
so we have to use this function ...
and 2morow is my exam can't ask teacher also for help :facepalm:
edit --
any solution for this
as we are learning password program and we have to use this functions only
what attitude ??
in my last post
i asked for help and i saw ppl posting solutions in different functions ...
so this time i wrote no to use diff functions ..
u r taking in wrong way ..
Please see this program
I am not getting the desired output :(
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
clrscr();
char pass[32], ch;
printf("Enter Password : ");
while(1)
{
ch=getch();
if(ch=='q' || ch=='Q')
break;
putchar('*');
}...
@bharat
thanks , i will surely visit that site and learn new things
Yes, I have books :) for C
@Mind Freak™
Since I am new in C , we haven't yet taught array and also that function strrev
but your coding is very small and :) cool
Here is the working correct program
#include<stdio.h>
#include<conio.h>
main()
{
int num=0, revnum=0, temp=0;
printf("Program to reverse the number");
printf("\n\nEnter a Number ");
scanf("%d",&num);
if (num<=10)
printf("\nEnter Number Greater than 10\n");
else
{...
Hello Guys,
I am new in C Programming
I had wrote a code to reverse the number given by the user
but the problem is
When the user inputs number less than 10 it works fine
but just as the user inputs number like 134 or 351 nothing happens
help me what is the problem
here is the program...
hahahahaha
i am using internet for last 6 years . and i was not knowing google :) :sun: :facepalm:
hahahahah
thanks .. now give me tutorial how to search :) :))
no need to change place ....
IPs are distributed in different way by the ISP .
try to login frm a PC which has different ISP or has static IP
.. just do what i told above and tell me what happens next...
i will help u out of this prob..
if you had ever used cloudflare for your website
you...
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.