Search:

Type: Posts; User: rondel

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    11,726

    Subtracting Strings

    i had a question. if i needed to subtract two strings( which contain lower case letter words) from one another, how would i approach this or do this? i mean subtract as in:
    i have two strings each...
  2. Replies
    1
    Views
    1,082

    two dimensional array

    i am writing a simple function that accepts an int and a 2d array. the function looks for the first row that has only zeros and prints the index of that row. if theres no row of zeros theres is no...
  3. Replies
    4
    Views
    1,806

    Simple question.

    hi. can someone answer this question for me and explain why it is right?

    Assume string s2 exists in string s1. We want to know the index
    of s1 at which s2 starts. For example, if s1 is school...
  4. Replies
    1
    Views
    1,727

    How do i write a program that does this?

    hi. i have this program i came across but i do not know how to do it. can someone help?


    Program:

    Consider an n-bit binary number in the following form:
    bn−1bn−2bn−3...b0
    Each bi is a single...
  5. i am still getting the same problem!

    i am still getting the same problem!
  6. ok...look at this and tell me what wrong

    i wrote this one as well and it has the same problem as the one before( not printing the min and max correct and reading the last negative number)



    #include<stdio.h>
    #include<math.h>
    int...
  7. i need some help with a basic c program please...

    hey i just stated programming in c. i am writing a program that just does a simple calculation. one part of it is for the user to enter a list of numbers ending with a negative number....right now i...
Results 1 to 7 of 7