Posted by : conceptedu in (Interview Questions)

C INTERVIEW QUESTIONS

Tagged Under : ,

How would you find out if one of the pointers in a linked list is corrupted
Write a C program to insert nodes into a linked list in a sorted fashion
How to read a singly linked list backwards?
How do you convert a tree into an array?
What is a void pointer? Why can’t we perform arithmetic on a void *
What do Segmentation fault, access violation, core dump and Bus error
What is the difference between an array of pointers and a pointer to an array ?                                                                       
What is a memory leak?
What is the difference between malloc() and calloc?
What is the difference between pointers and array ?
How many different trees can be constructed using n nodes have ?
How will you reverse linked list? Write a C program to do the same.
how do you delete a link list?
what is heap sort?
Give pseudocode for the mergesort algorithm
How to declare a structure of a linked list?
What is a NULL pointer? How is it different from an unitialized pointer?
What is a null pointer assignment error?
Does extern in a function declaration mean anything?
Does C support function overloading?

Make a comment

Custom Search