Search:

Type: Posts; User: itcs

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,958

    plz can u help me with this program

    plz can u help me with this program
    this is the question & the answer too...............
    Write a C program that reads several lines of text and then using menu-based interface write the following:...
  2. Replies
    1
    Views
    704

    can u help me........with string

    hi..................
    i o this program but i cant find the error
    can u help me
    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #include <stdlib.h>


    //Number search fucnction
  3. 4 coodingmaster &salem &every one who help me in my ass

    thanx &this is the final programmes
    i promise 2 post it

    ass 2#1

    # include<stdio.h>
    void addelement(int*x,int*size,int num){
    int pos=*size;
    for(int i=0;i<*size;i++)
    if(*(x+i)>num)
  4. Replies
    14
    Views
    1,412

    sorry

    i didnt mean 2 heart u r feeling
    coodingmaster
  5. Replies
    14
    Views
    1,412

    thanx any way

    u help me sooooooooooo
    much all of u
    I promise to post it on tuseday
    because i think
    i can answer it now
    see u then
    thank salem &mastercode
  6. Replies
    14
    Views
    1,412

    still not run as i want can u write all the...

    still not run
    as i want
    can u
    write
    all the
    program
    plz
    may be i didnt understand u
  7. Replies
    14
    Views
    1,412

    still there is some thing missin

    the program run
    but
    in the end
    it doesnt
    type the number i add
    it gives
    the position
    of num
  8. Replies
    14
    Views
    1,412

    can u find the error

    i do this program but i cant find the error
    Write a function addElement that takes as parameters: a pointer to a sorted array of integer numbers, array size (number of elements stored in the...
  9. Replies
    14
    Views
    1,412

    i do this program but i cant find the error

    Write a function addElement that takes as parameters: a pointer to a sorted array of integer numbers, array size (number of elements stored in the array), and the number to be inserted in the array....
  10. Replies
    14
    Views
    1,412

    i mean

    i find the answer
    i was mean that
    if we writing a function
    in pointers
    can we use for loop inside
    the function or we should use only (if -else)
  11. Replies
    14
    Views
    1,412

    i have a question?

    in pointers
    can we use for loop in the function or
    we should use the recursion with it
  12. Replies
    7
    Views
    2,526

    THANK U I AM THANKFUL I WILL ANSWER IT AND...

    THANK U
    I AM THANKFUL
    I WILL ANSWER IT
    AND POST IT HERE
    THANX:D
    U R BETTER THAN THE DOCTOR
    :D :D :D :D :D
  13. Replies
    7
    Views
    2,526

    plz help

    I cant answer it cuz
    Iam studing for my mid semester exams
    so I dont have the time
    and if u want the truth
    I didnt under stand the pointers
    so i cant answer it
    if u gona explain to me
    I will...
  14. Replies
    7
    Views
    2,526

    can u help me with pointers?plzzzzzzzz

    Assignment #2 (Pointers)

    Problem (1) (Array of pointers to Functions that manipulate pointers)
    Use pointer operations only to manipulate the array elements.
    Use an array of pointers...
Results 1 to 14 of 14