Search:

Type: Posts; User: kenni81

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,139

    bad?..looks alrite though...

    bad?..looks alrite though...
  2. Replies
    4
    Views
    1,139

    Anyone with simplier coding than this..

    Anyone can explain and write out a simplier code of similiar function to the one below...the code is to invert the individual words in a sentence.

    #include<stdio.h>
    #define SP ' '
    ...
  3. Replies
    3
    Views
    918

    if i enter jen as name...its still nice...if i...

    if i enter jen as name...its still nice...if i entered jenny lee..it goes hayward...


    ID Name DateOfBirth Height Weight
    01 jen 21/01/81 1.68 45

    ...
  4. Replies
    3
    Views
    918

    print out proper aligned tect...

    hi,

    How do i print out the text such that the alignment is always there regardless of how long the name of person is...
    From :


    Records
    ----------

    ID Name DateOfBirth ...
  5. Replies
    7
    Views
    1,608

    can't enter multi-words...like Enter string :...

    can't enter multi-words...like

    Enter string : this is a

    can only enter 'a' string..
  6. Replies
    7
    Views
    1,608

    memory violation

    Why does this code give memory violation?

    #include <stdio.h>

    int main(void)
    {
    char string[80];
    char substring[80];
    char temp[256];
    //int pos = 0;
  7. Replies
    8
    Views
    1,413

    #include #include void...

    #include <string.h>
    #include <stdio.h>

    void main(void){

    char newstring[20] = "lee";
    char another_string[20] = "This is kenny";

    int i=9;
  8. Replies
    8
    Views
    1,413

    enter a string into another string

    given a new string and a position...i need to enter the new string into another string...
  9. Replies
    14
    Views
    27,143

    wow.. i need some explainations on tat...

    wow..

    i need some explainations on tat...
  10. Replies
    14
    Views
    27,143

    wat does that means..i forgotten...

    wat does that means..i forgotten...
  11. Replies
    1
    Views
    2,200

    how to clear screen in ms-dos mode...

    how to clear screen in ms-dos mode...

    i noe is clrscr()...but forgot which header file to include....
  12. Replies
    14
    Views
    27,143

    i tried breaking the words into 3... then...

    i tried breaking the words into 3...

    then strrev() them all...but how to break the 3 words and store them...by searching for the space ' '?...
  13. Replies
    1
    Views
    1,751

    substring in string

    hi again,

    how to find a substring in a string.... if "the" is found in "catherine"..return true...
  14. Replies
    14
    Views
    27,143

    reverse

    i need to change from "C is fun!" to "C si !nuf"..

    not to "!nuf si C"

    note the diff?
  15. Replies
    14
    Views
    27,143

    reverse words in a string

    how to change "C is fun!" to "C si !nuf"..
Results 1 to 15 of 15