Skip to content
Tutornet Tutornet

A free technical resource for you

  • Home
  • Topic
    • Programing in CThis category will provide you all topics related to C Programming.
    • Database Management and SQLThis section will display DBMS and SQL related articles
    • JavaLearn Java Programing
    • Python
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com

Posts by tutornet

  • Home
  • tutornet
  • Page 7
About tutornet
A Solution Architect, Teacher and Social Worker having 20 years of experience in IT. His hobbies including playing Badminton, Gardening and read good books.
Posted inPrograming in C

Explain Bubble Sort in C with an Array example

Bubble Sort in C Bubble Sort in C: Bubble sort is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items,…
Posted by tutornet June 29, 2024
Posted inPrograming in C

Explain Binary Search in C and its importance

Binary Search in C Binary Search in C: Binary search is an efficient algorithm for finding an item from a sorted list of items. It works by repeatedly dividing the…
Posted by tutornet June 28, 2024
Posted inDatabase Management and SQL

Primary Key in DBMS, Super and Candidate key

Primary Key in DBMS Primary Key in DBMS: In the context of Database Management Systems (DBMS), keys are crucial for defining the structure of a database and ensuring data integrity.…
Posted by tutornet June 28, 2024
Posted inPrograming in C

Matrix multiplication in C explain with example

Matrix Multiplication in C Introduction of Matrix in C In this article we are going to discuss how we can do Matrix Multiplication in C and Matrix addition in C.…
Posted by tutornet June 28, 2024
Posted inPrograming in C

Explain String handling in C with example

String handling in C String handling in C involves working with arrays of characters. Unlike higher-level languages that have built-in string types, C treats strings as arrays of characters terminated…
Posted by tutornet June 28, 2024
Posted inPrograming in C

Explain Array in C with example

Array in C Array in C: In C programming, an array is a collection of elements of the same type placed in contiguous memory locations. This allows for efficient indexing…
Posted by tutornet June 28, 2024
Posted inPrograming in C

Various loop control in C with example

Loop control in C: In C programming, loops are used to execute a block of code repeatedly. There are several types of loop control structures in C, each serving different…
Posted by tutornet June 28, 2024
Posted inPrograming in C

Decision control structure in C with Example

Decision control structure in C A decision control structure in C is used to perform different actions based on different conditions. These structures allow the program to make decisions and…
Posted by tutornet June 28, 2024
Posted inPrograming in C

Function call by reference and call by value

In C, the concepts of "call by value" and "call by reference" are fundamental to understanding how arguments are passed to functions. Here's a detailed explanation: Function Call by Value…
Posted by tutornet June 28, 2024
Posted inDatabase Management and SQL

Deadlock Situation in DBMS and how to prevent it?

Deadlock Situation in DBMS Understand the Deadlock Situation in DBMS Deadlock Situation in DBMS: A deadlock is a situation in computer science and operating systems where two or more processes…
Posted by tutornet June 28, 2024

Posts pagination

Previous page 1 … 5 6 7 8 Next page

Recent Posts

  • String Handling Mechanism in Python
  • List Operations in Python with example
  • Python Operators Explained with Examples
  • Python Data Types Explained with Examples
  • Python Variables Explained with Examples

Categories

  • Database Management and SQL 14
  • Digital Marketing 2
  • Java 37
  • Programing in C 19
  • Python 7

Archives

Partner's Feeds

  • India UK Free Trade Agreement 2025
  • River Sensitive Urban Planning in India
  • Conservation and Management of Ocean Resources
  • India Switzerland EFTA Mega Deal
  • How Indias Manufacturing Sector is Driving Jobs and Growth
Meta
  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Tutornet

Abstract Class in Java Abstraction in Java Abstract Method in Java access modifiers in Java Advantages of OOP Array in C ArrayList in Java Autoboxing and Unboxing Boolean Wrapper Class Constructor in Java Copy Constructor in Java Date and Time handling in Java Digital Marketing Encapsulation Enumeration in Java Enum example in Java enum in Java Features of ArrayList in Java Function in C Handling dates and times in Java HashMap in Java Implementing an Interface in Java Importance of Interfaces Inheritance in Java Interface in Java Java Java Class Methods Java Enums Java Programing Java Streams LinkedList in Java List Sorting in Java Method Overloading Method Scope Methods in Java OOP in Java Parameterized Constructor in Java Polymorphism in Java Programming in C Recursive Method in Java SQL Static Method in Java Structure variable in C User Inputs in Java Variables in Java

© 2025 All rights reserved to Tutornet. Developed and maintained by Vsoft Technomedia
Scroll to Top