Search:

Type: Posts; User: unsignedfajar

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,706

    uh sorry, i should have just asked these: "How...

    uh sorry, i should have just asked these:
    "How do i return the findTop as a string so it would print the expected color inserted last?"
    instead of those question posted on post 1.
    this is my...
  2. Replies
    4
    Views
    3,706

    ah sorry, i forgot about that. here is my code :...

    ah sorry, i forgot about that.
    here is my code :

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


    struct stack {
    char *s;
  3. Replies
    4
    Views
    3,706

    Push String to Stack

    Hello guys, the title say that. I have a problem on pushing a string to a stack. Let's say that user input string through scanf("%s", color); then push(color); but when i tried to check the stack...
  4. Replies
    1
    Views
    494

    Change few element from string

    Hi all, i'm confused about how can i change a few words on a string to another words. I mean, i'm entering a sentences "CBoard cprogramming", and then i want to change the word "CBoard" into...
  5. Replies
    3
    Views
    476

    well, thanks for the reply. is there any other...

    well, thanks for the reply.
    is there any other way rather than use islower() function?
    And how to check if the users has already inputted "webkes" or "perkap"?
    Thanks for the reply, though :)
  6. Replies
    3
    Views
    476

    Need help on my codes

    Hello guys, i need your help. This is a codes of my programs

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

    int main(){
    char wsentences[29], psentences[29], length;
    int testcase, webkes,...
  7. Replies
    6
    Views
    775

    Solved this problem. I just moved on to the next...

    Solved this problem. I just moved on to the next question! Thank you for all your help, it's really helpful :D
  8. Replies
    6
    Views
    775

    yes, i should use a loop in this problem. Well, i...

    yes, i should use a loop in this problem. Well, i guess that this problem use a nested loop. but i still didn't get it how can i insert a loop of addition and subtraction on the formula of pie.

    by...
  9. Replies
    6
    Views
    775

    Value of Pie

    I have a homework, but still i didn't understand how to solve this problem.
    14367
    I mean, i understand that i must use a loop on this problem, sounds similar or maybe it's an arithmatic problem,...
Results 1 to 9 of 9