[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Cisco Interview Cisco Bangalore Interview Questions Interview at Cisco

Home > Experience Archives > Cisco > Interview Question Set 3
First Round (F-2-F) Second Round (F-2-F) Third Round (F-2-F)

    1 / 11

    Write a Program to insert a node in a linked list in a sorted manner.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    2 / 11

    Write a Program to Search and delete a node from linked list based on data value.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    3 / 11

    Write Program to reverse the linked list and display the reversed linked list nodes.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    4 / 11

    Write a Program to swap the 2 nibbles of a byte size variable.

    Answer:

    assuming 2 numbers are



    a = 10



    b = 20



     # 1. Summing up two numbers and store in 'a'



    a = a b 



    # 2. swap b by subtracting b value from above a value



    b = a - b  # b = 30 - 20  = 10



    # 3. get a value swapped 



    a = a - b # a = 30 - 10 = 20



     

    Please Login First :
    Tags:

    No Tags on this question yet!

    5 / 11

    Write a Program to count the number of SET bits in an integer.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    6 / 11

    Write a Program to swap two variables without using 3rd variable.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    7 / 11

    Allocating memory for a 2D array where number of rows and columns is dynamically decided.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    8 / 11

    What are the contents of argc and argv[]?

    Answer:

    argc contains count of argument



    argv contains list of arguments

    Please Login First :
    Tags:

    No Tags on this question yet!

    9 / 11

    What is the difference between array of pointers and pointer to an array. Write the declarations.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    10 / 11

    Write your own Strcpy and strncpy.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    11 / 11

    Write a Program to implement strcat() or strstr() equivalents in your own program

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

First Round (F-2-F) Second Round (F-2-F) Third Round (F-2-F) First Round (F-2-F) Second Round (F-2-F) Third Round (F-2-F)