Python Tutorials Python is Programming language: Programming language is a pre-defined application. Programming languages are used to develop applications. We use applications as a medium for communication. Communication is the process of data sharing. Different …
We can create the Stack in 2 ways: Static type – Fixed size Stack using arrays Dynamic type – Stack using pointers Stack using Arrays: We can implement Stack using arrays. Initially we create array …
Stack: Stack is a linear data structure. Stack is an ordered list of similar data type. Stack in which elements follow a specific order and operations will be performed. Note: We create Stack using arrays, …
Static v/s Dynamic memory: In C application, we can allocate the memory to store the information in 2 ways Static – fixed size Dynamic – size varies Static memory: All primitive data types having fixed …
Abstract Data type(ADT): Abstraction is the concept of hiding un-necessary details and shows only essential features. Abstract type of function is called Prototype of function. The technical representation of functionality is called Abstract type. We …
Introduction to Data structures: Programming languages are C, C++, Java, .Net, Python… Programming languages are used to develop applications. We use applications in communication process. Applications store and process the information in communication. Note: We …
What type of applications we can develop using programming languages? Platform dependency: C, C++ languages are Platform dependent languages. Using Platform dependent languages, we can develop only Standalone applications. Compiler Converts the Source code into …
Compiler: It is a pre-defined program(software) It is responsible for checking syntax errors in the program. If the source is syntactically correct, then it will generate a file of binary code. Intermediate file generates after …
Certifications: We can get certified directly from Oracle corporation. Initially it is called “SCJP” certification (Sun Certified Java Programmer). Now it is called OCJP – Oracle Certified Java programmer. Oracle Certified Professional, Java SE 8 …