Search:

Type: Posts; User: ashiela

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,751

    C programming Language

    Write a program in C Program to find the sum of the following :
    The input contain a sequence of two or more positive integers terminated by -1. Write a piece of code to count the ‘incidences’ in...
  2. Replies
    11
    Views
    1,756

    so if is not.. then i'll try using while?

    so if is not.. then i'll try using while?
  3. Replies
    11
    Views
    1,756

    can you show me an example or something

    can you show me an example or something
  4. Replies
    11
    Views
    1,756

    so my method isnt correct.. can you give me the...

    so my method isnt correct.. can you give me the output so that i can figure it out the program by myself cause im getting confuse
  5. Replies
    11
    Views
    1,756

    int data(3) int main() { cout

    int data(3)

    int main()
    {
    cout << sizeof (int) << "\n"; //size of an integer
    cout <<sizeof (short int) << "\n\n"; //size of
    //short integer
    cout <<sizeof (data(01) << "\n"; //size...
  6. Replies
    11
    Views
    1,756

    claudiu: ok but for this question do i should...

    claudiu:

    ok but for this question do i should use array ?
  7. Replies
    11
    Views
    1,756

    C programming Language

    Write a program in C program to find the sum of the following:
    The input contain a sequence of two or more positive integers terminated by -1. Write a piece of code to count the 'incidence' in this...
Results 1 to 7 of 7