Posts

Most asked Questions

Image
 Here are some most asked questions in interview. What's the difference between a binary search tree and a balanced binary search tree? Explain the difference between a GET and POST request. How do you find the longest common prefix in a string array? How do you find common elements in two different arrays? Explain how you might implement a binary search algorithm. How would you implement a Trie data structure for efficient prefix searching? What are the steps for implementing a maximum subarray problem algorithm? What are the steps for implementing a heap data structure? What's your understanding of how a cache works? What's an AVL tree? Which programming language do you prefer? Write a code to reverse a number. Write the code to find the Fibonacci series up to the nth term. Write code of Greatest Common Divisor          15. Write code of Perfect number

Important Topics Of C programming with examples.

Image
  Brief History of C Programming Language C is developed by  Dennis Ritchie  in the year 1972 at Bell Laboratories(USA). It is a  General-purpose, Structured, Machine Independent, Simple  and  Flexible  programming language.  It was mainly developed as a system programming language to write an operating system. Features of C Programming Language High-Level Language C provides strong  abstraction  in case of its libraries and built-in features that make it machine-independent. It is capable enough to develop system applications such as the kernel, driver, etc. Structured Language C Language supports structured programming which includes the use of  functions.  Functions reduce the code complexity and are totally reusable. Rich Library Unlike its predecessors, C language incorporates multiple built-in  arithmetics  and  logical  functions along with many built-in libraries which make development faster and convenient. Extensible C Language is a High-level language and is also open for  u