Search:

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

Search: Search took 0.00 seconds; generated 46 minute(s) ago.

  1. Answers
    8
    Views
    9,949

    Oracle oracle 9i and 10g

    'g' resembles the grid control

    and 'i' resimbles the internet.
  2. Answers
    2
    Views
    6,721

    Re: move in datagrid using Enter key

    DataGridCell current= dataGrid.CurrentCell;

    if(current.ColumnNumber < 2)
    dataGrid.CurrentCell= new
    DataGridCell(current.RowNumber,current.ColumnNumber + 1)
    // else by default if I do nothing it...
  3. Answers
    15
    Views
    13,989

    Re: test your c skills

    int n=4;
    for(i=0;i<n;i++)
    {
    for(j=0;j<n;j++)
    {
    printf("*");
    }
    printf("\n");
    if(n>=4)
    goto n:
  4. Answers
    6
    Views
    4,182

    Re: If someone can answer

    C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language
  5. Answers
    7
    Views
    4,397

    Re: what these operators r?

    ~ --- bitwise NOT or one's complement(unary)
    & ---bitwise AND
    | ---bitwise OR
    ^ --- bitwise XOR (exclusive OR)
  6. Answers
    4
    Views
    6,699

    Windows Re: differences between win98 and xp

    Windows XP Professional will be available in 24 official localized versions in addition to English. In any version of Windows XP Professional, you can display, input, edit, and print documents in...
Results 1 to 6 of 6
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