Search:

Type: Posts; User: blogchama

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,158

    how to generate a random number in c?

    can anyone give me a sample code to generate a random number within a given number range.
  2. Replies
    4
    Views
    3,082

    can't we use stacks to do that?

    can't we use stacks to do that?
  3. Replies
    4
    Views
    3,082

    postfix calculator using stacks-problem

    i made a postfix calculator using stacks in c.

    i want to know how to right stack code for calculating exponentiation?

    i want to know this part only
    example

    this is the stack commands for...
  4. finally i corrected this code and now code is...

    finally i corrected this code and now code is working.

    i want to know what are the codes for get exponentiation?
  5. what is the problem on this RPN calculator?

    This is a postfix calculator
    This program is not running.what is the problem on this c code?


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

    #define MAXOP 100
    #define NUMBER '0'
    int...
  6. Replies
    6
    Views
    4,061

    i don't need a code friend.i'm looking for a...

    i don't need a code friend.i'm looking for a example c code to get a idea about that.
  7. Replies
    6
    Views
    4,061

    hey,this is a java program.i haven't knowledge...

    hey,this is a java program.i haven't knowledge about java programming.
    I asked about a c program. :(
  8. Replies
    6
    Views
    4,061

    what is a postfix calculator?

    what is a postfix calculator which is made by using stack commands in c language?
  9. hey,thank 4 your reply.I can understnd what is...

    hey,thank 4 your reply.I can understnd what is stack .
    but i don't no how to use that is c progamming,how to write programmes using pop,push etc

    so can anyone tell me a good book to refer.
  10. please tell me a good site to learn stacks in c?

    i can't understand stacks in c programming.
    can anyone give me link to some good tutorials about stacks
  11. where to find good c programming tutorials?

    i want to learn c programming.so please tell me some good online tutorials to learn c.i follow c tutorials on this site .
  12. Replies
    10
    Views
    8,274

    friend i didn't get it.can u plz add this option...

    friend i didn't get it.can u plz add this option to this example?so i can get a idea about how to do this.my english knowledge is not good,very very sorry 4 that
  13. Replies
    10
    Views
    8,274

    here is a small example here users can add...

    here is a small example
    here users can add names to contact book.
    so how to add a delete option to main menu and make delete option to work?


    #include<stdio.h>
    #include<conio.h>...
  14. Replies
    10
    Views
    8,274

    adak can you plz message me your chat ID? i want...

    adak can you plz message me your chat ID?
    i want to chat with u.i think i need to do it like what you mention.i can't pm you because my post value is law.
  15. Replies
    10
    Views
    8,274

    how to delete a contact in a phone book?

    i wrote a phonebook using c .
    i uses case option to select the choice and define functions for varion options like add,edit,display all,delete...
    so i want to know how to delete a contact?
  16. Replies
    7
    Views
    1,824

    thank all of you friends for your valuable...

    thank all of you friends for your valuable advices.
    i want to know are there any softwares to convert a source code to a pseudocode?
    i
  17. Replies
    7
    Views
    1,824

    can you plz give me a small example about that?i...

    can you plz give me a small example about that?i didn't get it.
  18. Replies
    7
    Views
    1,824

    how to write a pseiudocode ?

    i write a c program of a phone book.now i writing the pseudocode for the program.
    i added a search function under delete function book phone book.so user can search a phone number and then delete...
  19. how to convert a c source code into a pseudocode?

    are there any automated tools to convert c program source code in to a pseudocode?

    If not what is the easiest way to do this?
  20. i try to fix them,but have't a clear idea about...

    i try to fix them,but have't a clear idea about the erorors,thats why asked for a help.
  21. tell me the errors of this simple phone book ?

    this simple phonebook programme has some errors.its not compile.can someone correct the code?


    /*
    Description:
    A program utilizing data structures to create, delete, and display phone book...
  22. Replies
    7
    Views
    3,433

    i didn't get it friend. can you suggest how...

    i didn't get it friend.
    can you suggest how should i start coding?
  23. Replies
    7
    Views
    3,433

    this small part i coded #include ...

    this small part i coded


    #include <string.h>
    int i;
    int number_of_entries;
    typedef struct
    {
    char first [15];
    char last [15];
  24. Replies
    7
    Views
    3,433

    making a phone book directory

    i need to write a program that reads in a file containing a person's name, address, and phone number and then be able to:

    following options should be in main menu

    1.add friends
    2.modify friend...
Results 1 to 24 of 24