Search:

Type: Posts; User: jayee_spicyguy

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,533

    Pre-Interviewer asking sample code

    Hi all,
    I am searching for a new job and interviewer asking me to send a sample code in C

    what exactly they are expecting from me?

    1) Do I have to send my own code which I have...
  2. Replies
    1
    Views
    1,981

    What is happening here PLZ help me

    Hi all,
    this is very simple program but I am not getting why it is behaving like this. The second loop is not working as I expected whats wrong in that.




    int main()
    {
    int...
  3. Replies
    5
    Views
    3,466

    I think it is how you call IsLeapyear() ...

    I think it is how you call IsLeapyear() function. I didn't understand this type of calling IsLeapyear(int year)? according to my knowledge year is sufficiant .
  4. Replies
    8
    Views
    1,988

    I wonder my gcc is also not working I just...

    I wonder my gcc is also not working
    I just realised that when I entered following code


    #include <stdio.h>
    int main()
    {
    printf("hello");
    }
  5. Replies
    8
    Views
    1,988

    Thanks for for you advise but I didn't understand...

    Thanks for for you advise but I didn't understand why I am getting error when I tried to compile following file ?

    >>g++ 1.cpp
    g++ command is not found

    Please advise
    Thanks
  6. Replies
    8
    Views
    1,988

    [quick one]I am able to run C programs...

    [quick one]I am able to run C programs succesfully in gcc, that means I have C compiler is it is true? Is there any way to update my exixsting GCC so that it can compile both C and C++
    please...
  7. Replies
    8
    Views
    1,988

    What I have to do if I want to run Cpp program in linux

    Hello all,

    when I tried to compile cpp program in linux my gcc compiler is showing following error

    >g++ 1.cpp //after running this iam getting following messages

    *g++...
  8. Replies
    5
    Views
    2,141

    Thanks alot

    Thanks alot
  9. Replies
    5
    Views
    2,141

    Thanks alot you seems to be an encyclopedia to...

    Thanks alot you seems to be an encyclopedia to me. What I have to do if I want be like you my master.
  10. Replies
    5
    Views
    2,141

    What is happening here please explain

    signed int x,y,z;


    x = (int) (((long)y * z) /100);
    /* if i gave y = 8000 and z = 1100 iam getting x as -1 instead of 22464*/
Results 1 to 10 of 10