Un-Answered Questions { C }

What is LINKED LIST? How can you access the last element in a linked list?

621


What is meant by recursion?

617


What’s the special use of UNIONS?

648


List out few of the applications that make use of Multilinked Structures?

1271


What is a spanning Tree?

935


What Is The Difference Between Null And Void Pointer?

629


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

702


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

643


What is the time and space complexities of merge sort and when is it preferred over quick sort?

665


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

640


Differentiate between a structure and a union.

752


Explain that why C is procedural?

646


What is array in C

695


write a program fibonacci series and palindrome program in c

623


What is volatile, register definition in C

678