Search:

Type: Posts; User: jandayan24

Search: Search took 0.01 seconds.

  1. Thread: print

    by jandayan24
    Replies
    3
    Views
    814

    windows 7

    windows 7
  2. Thread: print

    by jandayan24
    Replies
    3
    Views
    814

    print

    is it possible to print the output of the program in a printer ? using c programming language ?
    can someone help what is the syntax or the code? i searched already but the code doesn't work
  3. Thread: counter

    by jandayan24
    Replies
    3
    Views
    1,137

    when i run the code, i entered number 2 but it...

    when i run the code, i entered number 2 but it doesn't read. why ?
  4. Thread: counter

    by jandayan24
    Replies
    3
    Views
    1,137

    counter

    Could someone help me fix this code



    #include<stdio.h>


    main()
    {
    int x=0, z=0, input[10], n[10], y=0, count=0,elements=0, countzero=0;
  5. Replies
    3
    Views
    789

    someone help me ? please?

    Create a C program that reads 10 integers into an array, then prints on a separate line the value of each distinct element along with the number of times it occurs. Example: -7 3 3 -7 5 5 5 3 -7 5...
  6. Thread: Putchar

    by jandayan24
    Replies
    3
    Views
    1,621

    Is it the same with printf?>

    Is it the same with printf?>
  7. Thread: Putchar

    by jandayan24
    Replies
    3
    Views
    1,621

    Putchar

    what is a putchar ('\n') what does it do in the program
  8. Replies
    2
    Views
    1,292

    #include #include int...

    #include <stdio.h>#include <stdlib.h>


    int main (void)
    {
    FILE *fp;
    int arg [10];
    int i,j;
  9. Replies
    5
    Views
    5,052

    do you mean file handling ?

    do you mean file handling ?
  10. Thread: scanf()

    by jandayan24
    Replies
    24
    Views
    5,144

    #include int main() { int i;...

    #include <stdio.h>


    int main()
    {
    int i;
    scanf("%d\n",&i);
    printf("%d", i);
    getch();
    }
  11. Replies
    6
    Views
    7,122

    #include #define MAX 100 int...

    #include <stdio.h>
    #define MAX 100


    int main()
    {
    int input, x, y, a[MAX][MAX], num = 1, cnt = 0, goal, limit = 0, prev_x, prev_y; //variables for the array

    printf("Dimension:...
  12. Replies
    6
    Views
    7,122

    thank you so much :|) i will post later :) i will...

    thank you so much :|) i will post later :) i will just make the pseudo code of it :) thanks for welcoming
  13. Replies
    6
    Views
    7,122

    what is the possible pattern for this ? i have no...

    what is the possible pattern for this ? i have no idea, it would be submitted tomorrow :'(
  14. Replies
    6
    Views
    7,122

    yes, that's what i mean thanks :)

    yes, that's what i mean thanks :)
  15. Replies
    6
    Views
    7,122

    3x3 Magic Cube Using 2d Array

    Can someone help me to program a 3x3 Magic Cube. Thank You!:)
Results 1 to 15 of 15