Search:

Type: Posts; User: parastar

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    774

    need help with a couple of programs!

    #include <stdio.h>
    void main()
    {
    int no;
    float m1,m2,m3,tm,avg;
    printf("enter roll number and marks in 3 subjects");
    scanf(%d%f%f%f,&no,&m1,&m2,&m3);
    tm=m1+m2+m3;
    avg=tm/3;
    printf("average...
  2. Replies
    1
    Views
    12,877

    main must return int.. (problem)

    # include <stdio.h>
    void main()
    {
    char n[20];
    float bs,hra,ns,pf;
    printf("enter name and basic salary");
    scanf("%s%f",n,&bs);
    if (bs <=6500)
    hra =bs*.10;
    else if (bs,5000)
  3. i was talking about online compilers.

    i was talking about online compilers.
  4. my internet speed Is slow, Its gonna take me an...

    my internet speed Is slow, Its gonna take me an hour to just download the software.
    please guys, I need some help here. Its only gonna take a couple of minutes on your part.
  5. Its not working, and I don't know how to fix It,...

    Its not working, and I don't know how to fix It, I'm a beginner.
    can someone just copy my code and past It in their compiler and post a screenshot here?
    cloud compilers are not good for me coz I...
  6. will It compile code that initiates a dialogue...

    will It compile code that initiates a dialogue box as well?
    that initiates input from the user?
  7. eclipse Is broken, can someone compile my code?

    hello,
    eclipse seems to have some issues and I can't compile the output.
    can anyone help me out and compile the code of a few questions I have. I have the code, just want someone to compile the...
  8. Replies
    4
    Views
    2,816

    I know, I'm sorry If I'v posted it in the wrong...

    I know, I'm sorry If I'v posted it in the wrong section, please excuse me.
    but I kind of was gonna attempt to write the code, but was down with a really nasty viral infection, so that really pinned...
  9. Replies
    4
    Views
    2,816

    project assignment due tomorrow

    Hi guys,
    I'v really found myself being in a soup this time around. can you guys please help me out on my college assignment.
    there are around 6 questions that are pretty basic in nature.
    If you...
  10. Sub-Domains | Is there a Way to Do This Online

    Hey Guys,
    Well I know making sub-Domains is possible and Its pretty easy as well.
    Well what I wanted to know is Can one make Sub-Domains Online?
    Well,What I mean to say Is,can a person make...
  11. Replies
    3
    Views
    1,200

    heres a couple of lines ______ char Name[25]...

    heres a couple of lines
    ______

    char Name[25]
    Int i

    Name[i] //i is the sub-script
  12. Replies
    3
    Views
    1,200

    What is a sub-script in C Programming!

    Hi,Guys can you explain to me what a sub-script is in C?
    Explanation with an Example would really be great.

    Thanks,Guys!
  13. cant quite get what your saying! Is "sum" a...

    cant quite get what your saying!
    Is "sum" a function??
  14. Actually I didn't write the code,I actually...

    Actually I didn't write the code,I actually copied It from my Text book on to the Forum so someone could actually explain to me in a little more Detail.
  15. A Simple Question,Answer would be Highly Appreciated.

    Hi,I'm a beginner with C.
    And a Bit confused with the Following Snippet,can you guys help?

    Code Snippet
    The Following Function Excepts 25 Numbers from the Keyboard & Prints the sum of the +ve...
  16. Replies
    5
    Views
    2,885

    Thanks for the Answers guys,I'll Try and Brush...

    Thanks for the Answers guys,I'll Try and Brush through and lend a little bit of Brain into the Answers.! :)
  17. Replies
    5
    Views
    2,885

    Yes,I know The Table didn't come out properly,but...

    Yes,I know The Table didn't come out properly,but I tried my best to make It appear properly.
    Basically I wanted an Explanation of Bit manipulation in C.

    The Question is
    Q.Shift Bits of memory...
  18. Replies
    5
    Views
    2,885

    Question about Bit Manipulation.

    Hi,I'm new to This Forum and New to C as well.
    I have this Question in my Mind,can someone please Answer It.

    Can someone please Explain this Bit manipulation Table.

    Consider multiplication of...
Results 1 to 18 of 18