Data Structures Interview Questions and Answers

Data Structures Questions and Answers:

1 :: Difference between calloc and malloc in data structures?

malloc: allocate n bytes
calloc: allocate m times n bytes initialized to 0
5/5 Rating (1 vote)
Is This Answer Correct?    2 Yes 0 No
Place Your Answer

2 :: What are the major data structures used in the following areas : RDBMS, Network data model & Hierarchical data model?

1. RDBMS Array (i.e. Array of structures)
2. Network data model Graph
3. Hierarchical data model Trees.
0/5 Rating (0 vote)
Is This Answer Correct?    1 Yes 0 No
Place Your Answer

3 :: Which file contains the definition of member functions?

Definitions of member functions for the Linked List class are contained in the LinkedList.cpp file.
5/5 Rating (1 vote)
Is This Answer Correct?    3 Yes 0 No
Place Your Answer

4 :: How is any Data Structure application is classified among files?

A linked list application can be organized into a header file, source file and main application file. The first file is the header file that contains the definition of the NODE structure and the LinkedList class definition. The second file is a source code file containing the implementation of member functions of the LinkedList class. The last file is the application file that contains code that creates and uses the LinkedList class.
0/5 Rating (0 vote)
Is This Answer Correct?    1 Yes 1 No
Place Your Answer

5 :: What member function places a new node at the end of the linked list?

The appendNode() member function places a new node at the end of the linked list. The appendNode() requires an integer representing the current data of the node.
0/5 Rating (0 vote)
Is This Answer Correct?    1 Yes 0 No
Place Your Answer

Rate This Category:
0/5 Rating (0 vote)
Place Your Question



Top: Data Structures Interview Questions and Answers
Data Structures Interview Questions and Answers

Top Frequently Asked Data Structures Question
Frequently Asked Data Structures Job Interview Question


Top Frequently opened Databases Programming Job Interview categories
Most popular Databases Programming Job Interview categories

Comments About Data Structures Interview Questions and Answers

Share your valuable opinions, ideas and suggestions about Data Structures Interview Questions and Answers
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 20th of May 2012

    Webmaster Said

    Tell us what you feel about Data Structures Interview Questions and Answers
    All comments will be published after review. No login or registration is required to post a comment on Data Structures Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding Data Structures Interview Questions and Answers
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: Data Structures Interview Questions and Answers
Comments on Data Structures Interview Questions and Answers

 
Top of Link batk to Data Structures Interview Questions and Answers
Link batk to Data Structures Interview Questions and Answers