Search:

Type: Posts; User: 8.brahim

Search: Search took 0.01 seconds.

  1. Hey if you want to ! is that a joke ?! becuz its...

    Hey if you want to ! is that a joke ?! becuz its not funny
    I ran the program with a number (string) of 18 digits and it works fine (limited by the int data type )at last I think you didn't...
  2. yes i know but he was talking about syntax errors...

    yes i know but he was talking about syntax errors and by the way your sense doesn't mean whats true and whats not
    i mean try running it
    it just put string of number into an array on numbers
  3. hey yes i know i want to compare it because i...

    hey yes i know i want to compare it because i already initialized it (review the code)
    I told you i built the program and run it without an error why do you insist
  4. hey many dont get that excited i builded and run...

    hey many dont get that excited i builded and run it without a single error
    and he just want a key idea to transfer a string of numbers to an array of numers
    so let the one who asked decide what...
  5. Replies
    15
    Views
    4,104

    hey I don't know if you are following this step...

    hey
    I don't know if you are following this step
    every time you you use the % operator
    you should reassign bignumber=bignumber/10^4
  6. Replies
    2
    Views
    1,297

    typedef

    does it ask you to enter a price and then prints price=... if yes then this is the correct code, enjoy build and run


    #include<stdio.h>

    typedef struct shop
    {
    int price;
    }s;
  7. Simply the simplest solution

    First remember my friend its about algorithm and not the syntax of the language

    Here is a standalone program run it to understand what is my solution
    I printed every number-every entry of the...
Results 1 to 7 of 7