AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: sonu — December 5, 2007
    +5 votes
      + -

    This is the code in C lang

    #include
    main()
    {
    int n,n1,i;
    printf(”enter the value of n”);
    scanf(”%d”,&n);
    for(i=1;i

  2. Submitted By: Pablo — December 6, 2007
    -4 votes
      + -

    hmm the inequality sign doesn’t work here…

    void timesTable(unsigned n)
    {
    for (int i = 0; i

  3. Submitted By: Amisha Javia — December 20, 2007
    -3 votes
      + -

    #include
    #include
    main()
    {
    int i,n,n1;
    printf(”enter your value of n:”);
    scanf(”%d”,&n);
    for(i=1;i

  4. Submitted By: yo — December 25, 2007
    +0 votes
      + -

    #include
    #include
    using namespace std;
    void printTable(int N)
    {
    for(int i=1; i>N;
    printTable(N);
    return 0;
    }

  5. Submitted By: Michele — February 2, 2008
    +0 votes
      + -

    int main()
    {
    int n;

    scanf(”%d\n”, &n);

    for (int i=1; i

  6. Submitted By: Charlie — February 6, 2008
    +0 votes
      + -

    #include
    using namespace std;

    int main()
    { char c;
    int num;
    int prod;
    int i;
    cout>num;
    for(i=1;i>c;
    return 0;
    }

  7. Submitted By: PRASHANT SRIVASTAVA — February 8, 2008
    +2 votes
      + -

    #include
    #include
    void main()
    {
    int i,n,a=1;
    clrscr();
    printf(”\n\n\t\tENTER THE NUMBER=”);
    scanf(”%d”,&n);
    for(i=1;i

  8. Submitted By: siva — February 9, 2008
    -1 votes
      + -

    #include
    main()
    {
    int a;
    scanf(”%d”,&a);
    for(i=0;i

  9. Submitted By: insane — March 19, 2008
    +4 votes
      + -

    #include

    using namespace std;

    int main(int argc,char *argv[]){

    int n = atoi(argv[1]);
    for(int i = 1; i

  10. Submitted By: Santosh T. — April 12, 2008
    -1 votes
      + -

    // Function for Printing N’s table
    int N = 0;
    cin>>N;
    getTable(N);

    getTable(int N)
    {
    for(int i=1; i

  11. Submitted By: X37V — May 13, 2008
    not yet rated
      + -

    void PrintTimesTable(int n)
    {
    int result = 0;
    for(int i = 1; i

  12. Submitted By: d jagadish — July 9, 2008
    +1 votes
      + -

    #include
    #include
    void main()
    { int i,j,a;
    clrscr();
    printf(”enter the your numbers”);
    scanf(”%d%d”,&i,&j);
    {for(i=0;i=n;i++)
    {for(j=0;j=i;j++)
    a=i*j;
    }
    printf(”the result value a”)
    get ch();

  13. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.