Search:

Type: Posts; User: Golda; Keyword(s):

Search: Search took 0.00 seconds.

  1. JSP Re: How can i place two button in single line in Struts 2

    Use CSS and display user button, where ever you want....
  2. Re: GD-001 Among all the OOPS Language, which one is the best? Why it is the best?

    c++ is best.. using C++ only other things came...
  3. Answers
    4
    Views
    5,455

    Re: GD-006 Windows Versus Linux

    Linux is best, because Its very secure!!....
  4. Answers
    28
    Views
    14,923

    Re: What is a output?. How will Come?.

    Ya i declared giveit as unsigned and assigned -1 only
  5. Thread: preprocessor

    by Golda
    Answers
    5
    Views
    3,478

    Re: preprocessor

    hi... I need a explanation for this..
    #define f(g,g2) g##g2
    main()
    {
    int var12=100;
    printf("%d",f(var,12));
    }
    the output is 100
  6. Answers
    5
    Views
    10,492

    Re: Is globalisation necessary?

    Ya its necessary.. It is the integration of economic, political, and cultural systems across the globe....:)
  7. Answers
    28
    Views
    14,923

    Re: What is a output?. How will Come?.

    what about this?:confused:
    void main()
    {
    unsigned giveit=-1;
    int gotit;
    printf("%u ",++giveit);
    printf("%u ",gotit=-giveit);
    }
  8. Thread: preprocessor

    by Golda
    Answers
    5
    Views
    3,478

    Re: preprocessor

    But this one dispaly 50..50:confused:
    #define a 10
    foo()
    {
    #undef a
    #define a 50
    }
    main()
    {
    printf("%d..",a);
  9. Answers
    28
    Views
    14,923

    Re: What is a output?. How will Come?.

    main()
    {
    int i=5;
    printf("%d%d%d%d%d",i++, i--, ++i, --i,i);
    }
    I got the output 45545. How it will come?...:confused:
  10. Thread: preprocessor

    by Golda
    Answers
    5
    Views
    3,478

    preprocessor

    #define a 10
    main()
    {
    printf("%d..",a);
    foo();
    printf("%d",a);
    }
    void foo()
    {
    #undef a
  11. Answers
    28
    Views
    14,923

    What is a output?. How will Come?.

    main()
    {
    int i=-1,j=-1,k=0,l=2,m;
    m=i++&&j++&&k++||l++;
    printf("%d %d %d %d %d",i,j,k,l,m);
    }
Results 1 to 11 of 19
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact