Search:

Type: Posts; User: Kanga

Search: Search took 0.01 seconds.

  1. Thanks @christop for enlighting me on function...

    Thanks @christop for enlighting me on function prototypes, i guest i did not quit unerstand function prototype very well. Thanks man.
  2. Thanks @Fiskker and @vart for enlighting me on...

    Thanks @Fiskker and @vart for enlighting me on that, my code now works :cool:
  3. Calculating the average of average of a series of numbers using functions

    Hello, I have written this programme to calculate the average of a series of numbers. It works when I do not use functions but doesn't when I use functions. Could someone help me find out why using...
  4. Thread: Using strings

    by Kanga
    Replies
    9
    Views
    1,839

    Your suggestions have all worked. I'm very...

    Your suggestions have all worked. I'm very gratefull :cool:
  5. Thread: Using strings

    by Kanga
    Replies
    9
    Views
    1,839

    Hello guys, I have tried to use your " [^\n] and...

    Hello guys, I have tried to use your " [^\n] and fgets" suggestions but non of them is working for me.I seem to receive more error messages. Here is the modified code and the terminal result



    ...
  6. Thread: Using strings

    by Kanga
    Replies
    9
    Views
    1,839

    Using strings

    Hello, the aim of my programme is to ask the user to enter their first and last names separately.The programme then concatenates both names and outputs the fullname. The problem I am having is this:...
  7. Thanks very much for your tips. They have been...

    Thanks very much for your tips. They have been very helpful.
  8. Warning Messages with the strcpy, strcat and strlen functions

    Hello, I am having error messages when using the above functions in linux mint 17. Here is my code and the terminal message.



    #include<stdio.h>

    main()
    {

    char name[16];
Results 1 to 8 of 8