Search:

Type: Posts; User: Zaheer Attar

Search: Search took 0.00 seconds.

  1. Simple Program For Accepting User Name & Password.

    I Want Write A Simple Program For accepting User Name & Password From User. And Want to replace the Password Character with * on sceen but want accept actual entered Characters.....
    so guys please...
  2. Replies
    6
    Views
    24,941

    Thanks Guys But I Write New Program with new...

    Thanks Guys But I Write New Program with new logic....


    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int a[20],fr=0,n
    clrscr();
    printf("How Many Elements..\n");
  3. Replies
    6
    Views
    24,941

    #include #include void main()...

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int a[5],freq=1,i,j,k,n=5;
    clrscr();
    printf("Enter Elements=\n");
    for(i=0;i<5;i++)
    scanf("%d",&a[i]);
    for(i=0;i<5;i++)
  4. Replies
    6
    Views
    24,941

    Frequency of Array Elements

    hi eveyone,

    i want calculate the frequency of array element. so please i want small program of it & want easy to explain hope you all friand help me in making best program.i also write some steps...
  5. Replies
    4
    Views
    1,752

    i also trace the program all is working fine,...

    i also trace the program all is working fine, when i input number e.g 5 they show me as like this output 'Do you want to Continue:sum=5'
    but i want give the choice for continue y or n. when i WANT...
  6. Replies
    4
    Views
    1,752

    getchar() not accepting 'ans' value

    #include<stdio.h>
    #include<conio.h>
    #include<ctype.h>
    void main()
    {
    char ans;
    int sum,n;
    sum=0;
    do
    {
Results 1 to 6 of 6