Search:

Type: Posts; User: liukinhei

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,180

    infinite loop

    Hello: i have a problem about the loop
    this problem is fine when the number of name is less than 3
    after the num >=4 , after showing the unsorted output, it doesnt show the sorted one. i dunno what...
  2. Replies
    1
    Views
    1,214

    changing normal array to pointer

    I have a question about using pointer. Cuz after i use the pointer, the program isnt work.
    so i wanna change my orginial code by using pointer
    Thank you'



    #include <stdio.h>
    #include...
  3. Replies
    1
    Views
    752

    Entry and output Problem

    Hi! I have a question about showing my input.
    First , I have to ask user how many names want to input
    i need to use a (dynamic) array to get all the name
    then, show it

    However, the program...
  4. Replies
    1
    Views
    1,158

    Entry and looping problems

    Hi! I need to create a program for several functions.
    first ,The user is prompted for how many names he/she will enter.
    Then a (dynamic) array of the requested size is created. It is an array of...
  5. Replies
    1
    Views
    1,576

    looping and condition problems

    Hi
    I need to a program which prompt for how many names the user will enter
    Then a (dynamic) array of the requested size is created. It is an array of strings.
    In a loop of the requested size ...
  6. Replies
    3
    Views
    894

    so i need to code this like j: exit (10)...

    so i need to code this like


    j: exit (10)
    printf(" you have entered more than 9 characters");


    is it like this??
  7. Replies
    3
    Views
    894

    sorting and revise problem

    Hello!
    I have a question about to determine the word not longer than 9 characters. And it needs the modification of each word by changing lower case to upper (this part is ok working) and then the...
  8. Replies
    5
    Views
    972

    Thanks alot for helping me!!! it's really help

    Thanks alot for helping me!!!
    it's really help
  9. Replies
    5
    Views
    972

    Need Help in C programming

    Hello,
    I am completely new to C programming.
    I am writing a c program to Prompts the user (altogether 10 times) to enter a word not longer than 9 characters. And it needs the modification of each...
Results 1 to 9 of 9