Search:

Type: Posts; User: prakash.kudrekar; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Answers
    4
    Views
    3,674

    SQL Re: SQL query

    Emp name,emp id and address of all who have same address

    thanks
  2. Answers
    4
    Views
    3,674

    SQL SQL query

    Hi all,

    I am beginner to SQL.
    Please can anyone provide me the query which returns rows with same value.
    For ex:
    I have 2 table emp and address.

    emp table has employee name and employee id...
  3. Answers
    5
    Views
    24,148

    Re: Structure Padding in C

    Hello,

    First to answer the Size of the structure which u have mentioned would be listed is 12bytes on 32bit compiler and on 16bit it would be 6bytes.

    Now Reason as already mentioned is because...
  4. Answers
    2
    Views
    6,657

    SQL SQL query to populate table

    Hi,

    Can one let me know how to solve the below query..

    There are two tables
    table a and
    table b
    write the query to populate the table which has more than 50 rows
  5. Answers
    6
    Views
    13,675

    Re: static array or dynamic array?

    static array
    -----------

    static array access would be more faster. Since its the index move.
    And the static array space is allocated at stack.

    ex: a[4]={'1','2','3','4'}

    ...
  6. Answers
    13
    Views
    4,337

    Re: Answer This? what would be output?

    The answer is 1,3,9.

    Array is of z[3][4] = { 1 2 3 4
    5 6 7 8
    9 10 11 12
    };
    First Row...
  7. Answers
    1
    Views
    2,813

    Re: Embedded software

    hi,

    Embeeded mobile Software is nothing but the software written for mobile and downloaded onto the Mobile chip. Graphical features,Settings,Games,Bluetooth Settings, all such are one example of...
  8. Answers
    2
    Views
    3,118

    SQL Instance of Database

    Hello,

    I Have sevral databases running.
    But before i start any new database need to know the instance of database running presently?
    Can anyone let me know the command for that?
  9. Answers
    4
    Views
    3,498

    SQL Retrieve after roll back

    I have a doubt...

    Here goes

    If i add a row to a table, and wont use the command commit.
    When i delete that particular row, and use roll back will i be able to retrive it?

    Actually I need...
  10. Answers
    4
    Views
    15,939

    SQL Run the query as Script in SQLPLUS

    Hello,

    I have written SQL query as script on windows machine. How do i access this file from sqlplus. To put the question other way How can i run the query as Script in SQLPLUS?

    One way to do...
  11. Answers
    1
    Views
    10,151

    Re: Middle node ptr of a linked list

    #include<stdio.h>

    typedef struct node
    {
    int value;
    struct node *next;
    struct node *prev;
    }mynode ;
  12. Answers
    1
    Views
    3,343

    Re: socket programming

    I think U can refer to UNIX NETWORK PROGRAMMING BY STEVENS.
    But if you are looking for the Online U get loads of tutorial.
    Basics you get in this...
  13. Answers
    1
    Views
    2,933

    Macro to exchange the nibbles

    Can anybody provide me a code for
    Macro to exchange the nibbles??

    regards
    Prakash
  14. Answers
    13
    Views
    5,235

    Re: Is this a correct statement

    Hello All,

    Actually the compiler doesnt allow the user to allocate value at the desired location.
    int &rnum=12, its trying to assign address 12 to rnum which is not allowed.

    Couple of answers...
  15. Answers
    13
    Views
    5,818

    Re: Interesting Different Answer

    Answer can be
    The attitude towards work, Hardwork,flexible, open for challenges,responsiblity,Raising to the situation and Performing,Building and carrying with team..
    The amount of fun and...
  16. Unix/Linux Re: Is there any difference using commands or scripting

    Yes there will be changes from OS to OS.
    May be like solaris have few commands not found on Unix.
    But however if you are asking for the Purpose of your resume,
    You can include it in your resume....
  17. Answers
    2
    Views
    3,300

    Assembly Program

    Hi,

    Can Anybody help me in writing a simple assembly program, like adding of two nos or assembly program for printf??
  18. Different objects of a .NET framework?

    What are the different objects of a .NET framework?
    What is the output of the JIT called? The output is .EXE but is there any specific name for it?
  19. Answers
    1
    Views
    3,073

    Re: I am in a state of total confusion

    Hi Sampath,

    You have good very good set of skills. Again percentage too matters.
    Dont hurry and get into BPO. Usually we Join with intent we can work and sametime search prepare for the...
  20. Re: Data structure with C in Real Time Applications

    Hi All,

    Data structures are very much important in Kernel development. Simple example would be stack what we say where local variables get stores is implemented with data structures.. Even the...
  21. Answers
    3
    Views
    4,662

    Re: Embedded

    Embedded systems is nothing but embedding software into hardware...
    A software that controls hardware..
    Simple example would be washing Machine..
    We set to wash after which cloths will be dried...
  22. Unix/Linux Re: Option in Unix for line by line execution

    I thnk u can do it using gcc or gdb.
    They are debuggers..I am not sure what are the exact commands
    Man gdb mite help
  23. Re: How to test whether the files are existed or not

    I thnk the command goes like this

    #echo $filename
    where filename is the one which u want to search for???

    regards
    Prakash
  24. Answers
    5
    Views
    3,403

    Re: How size of structure is defined

    Yes even if your structure requires only 5bytes in order to make address alignment its padded with 3 more bytes.

    Why Padding?

    If the processor is serious about alignment it raises an...
  25. Answers
    7
    Views
    5,346

    Unix/Linux Re: System Calls

    I thnk Unix Internals by VAHALIA is very good book, explaining the internals of UNIX covering signals, Process , file systems, SIGNALs...
Results 1 to 25 of 41
Page 1 of 2 1 2
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