Search:

Type: Posts; User: Asad_Rehman

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    994

    orignal number

    Hi every one
    same old problem but statment changed.
    here is the code i used


    #include<stdio.h> ...
  2. Replies
    2
    Views
    1,556

    Prime number

    Hi all here is code below i did to find a prime number as far as i m concerned it works fine .



    #include<stdio.h>
    #include<conio.h>
    main()
    {
    int a=1;
    int b;
  3. Replies
    5
    Views
    1,314

    { ("%.2f", variable) ; } as far as i knw...

    {
    ("%.2f", variable) ;
    }

    as far as i knw abt this if the statement is like as follows



    printf ("%.2f", variable) ;
  4. Replies
    12
    Views
    2,846

    #include #include int main()...

    #include<stdio.h>
    #include<conio.h>
    int main()
    {
    int a;
    int b = 10;
    int rem,c;
    clrscr();

    printf("\n Enter a five digit number: ");
  5. Replies
    12
    Views
    2,846

    thanks :D

    thanks :D
  6. Replies
    12
    Views
    2,846

    hmm thankx let me try edit: where should i do i...

    hmm thankx let me try
    edit: where should i do i m completely feeling confused:S
  7. Replies
    12
    Views
    2,846

    #include #include int main()...

    #include<stdio.h>
    #include<conio.h>
    int main()
    {
    int a = 98;
    int b = 10;
    int rem;
    int c;
    clrscr();
    rem = a % b;
  8. Replies
    12
    Views
    2,846

    how shud i separate the digit and with which...

    how shud i separate the digit and with which digit i shud use for "%"
  9. Replies
    12
    Views
    2,846

    failed....:confused:

    failed....:confused:
  10. Replies
    12
    Views
    2,846

    Separates digits

    Hi all

    anyone can give me any idea that how to do this using on single selection of if statment
    "Write a program that inputs one five-digit number,separates the number into its individual digits...
Results 1 to 10 of 10