Posts

Featured Post

What is C programming || Why use of c programming || advantage and disadvantage of c language || Full Explain || knowledge for iQ

Image
What is C programming? C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications. C was the basics language to write everything from operating systems (Windows and many others) to complex programs like the Oracle database, Git, Python interpreter and more. It is said that 'C' is a god's programming language. One can say, C is a base for the programming. If you know 'C,' you can easily grasp the knowledge of the other programming languages that uses the concept of 'C' It is essential to have a background in computer memory mechanisms because it is an important aspect when dealing with the C programming language Why learning C Programming is a must? C is a procedural programming language. It was initially developed by Dennis Ritchie between 1969 and 1973. It was mainly developed as a system program...

Data Structure || Topics of data structure || Concept of data structure || knowledge of iQ

Image
Data Structures A  data structure  is a particular way of organizing data in a computer so that it can be used effectively. For example, we can store a list of items having the same data-type using the  array  data structure. Picture – This page contains detailed tutorials on different data structures with topic-wise problems. Topics: ·          Array ·          Linked List ·          Stack ·          Queue ·          Binary Tree ·          Binary Search Tree ·          Heap ·          Hashing ·          Graph ·          Matrix ...