17EC77
IIT JEE
Here are the best resources to pass 17EC77. Find 17EC77 study guides, notes, assignments, and much more.
All 23 results
Sort by:
-
Class notes
DS using Python
-
---52May 20242023/2024
- This document delves into the world of Data Structures (DS) using Python, a versatile programming language. Data structures are fundamental building blocks that efficiently store and organize information. Python provides a rich set of built-in data structures like lists, dictionaries, sets, and tuples, each with unique strengths for specific tasks.
-
$8.49 More Info
kingaadhav555
-
Class notes
overview of c.
-
---71May 20242023/2024
- This document delves into the world of C programming, a powerful and versatile language that forms the foundation for many modern software systems. C offers a high degree of control over memory management and hardware interactions, making it ideal for tasks requiring efficiency and performance.
-
$8.49 More Info
kingaadhav555
-
Class notes
Functions in c
-
---56May 20242023/2024
- Functions are the building blocks of well-organized C programs. They group related statements that perform a specific task. This promotes code reusability, as you can call the same function multiple times with different inputs to achieve the desired outcome. Functions also improve code readability by separating complex logic into smaller, manageable chunks.
-
$8.49 More Info
kingaadhav555
-
Class notes
POINTERS AND FILE MANAGEMENT
-
---47May 20242023/2024
- In C programming, pointers act as memory addresses, allowing you to access and manipulate data indirectly. They are crucial for efficient memory management and working with dynamic data structures. File management, on the other hand, deals with interacting with files on your computer's storage. C provides a set of functions for opening, closing, reading, writing, and manipulating files.
-
$8.49 More Info
kingaadhav555
-
Class notes
engineering maths
-
---33May 20242022/2023
- multiple integral, In calculus, the integral of a function of more than one variable. As the integral of a function of one variable over an interval results in an area, the double integral of a function of two variables calculated over a region results in a volume.
-
$8.49 More Info
kingaadhav555
-
Class notes
control structure in c
-
---38May 20242022/2023
- C programming uses control structures to dictate the flow of execution within your program. These structures allow you to make decisions, repeat code blocks, and jump to different parts of your program based on specific conditions. There are three main categories of control structures:
-
$8.49 More Info
kingaadhav555
-
Class notes
Arrays & Strings
-
---46May 20242023/2024
- In C programming, arrays and strings are fundamental building blocks for data storage and manipulation. Here's a brief description for your document. Arrays are collections of elements of the same data type, stored in contiguous memory locations. Strings are essentially character arrays in C, terminated by a null character (0). 
They represent text data and are commonly used for storing names, messages, or any textual information.
-
$8.49 More Info
kingaadhav555
-
Class notes
Arrays & Strings in C
-
---46May 20242021/2022
- In C programming, arrays and strings are fundamental building blocks for data storage and manipulation. Here's a brief description for your document. Arrays are collections of elements of the same data type, stored in contiguous memory locations. Strings are essentially character arrays in C, terminated by a null character (0). 
They represent text data and are commonly used for storing names, messages, or any textual information.
-
$8.49 More Info
kingaadhav555
-
Class notes
Dynamic memory allocation
-
---19May 20242021/2022
- In C programming, static memory allocation happens at compile time, with a fixed amount of memory assigned to variables. This can be limiting when dealing with data of unknown size beforehand. Dynamic memory allocation provides a way to allocate memory during program execution itself. It offers greater flexibility as you can determine the memory requirement at runtime.
-
$8.49 More Info
kingaadhav555
-
Class notes
File Management in c
-
---16May 20242021/2022
- In C programming, file management allows you to interact with data stored outside of the program's memory. This data can be permanent (like on a hard drive) or temporary (like during program execution). File management involves functions that enable you to create, open, read from, write to, and close files. These functions provide a structured way to access and manipulate information stored on your computer's storage devices. Effective file management practices are crucial for saving program d...
-
$8.49 More Info
kingaadhav555