Mail us : hexainclude@gmail.com
Hexainclude

Menu

Skip to content
  • HOME
  • C/C++
    • C
    • C++
  • OS
  • RDBMS
  • JAVA
  • PHP
  • WORDPRESS
  • DOWNLOAD
    • eBOOKS
hexainclude

Welcome To Hexainclude

SELECT * FROM world WHERE someone LIKE 'Me'. DELETE FROM life WHERE someone cheated = true RDBMS stands for Relational Database Management System In DBMS, database is stored within a single table while in a Relational Database Management System database is spread over multiple tables and they are connected with some relationship

Know More
keyboard typing hand

Welcome to Hexainclude

<?php $quate = "The moment you are ready to quit is usually the moment right before a miracle happens." ?> <?php echo $quate ?> <?php // This is single line comment. ?> <?php /* This is multi line comment. */ ?>

Know More
password searching.

Welcome to Hexainclude

Why do Java programmers always wear glasses? because they don't C#. Java Programmers never RIP, they just garbage collected. Write code ones and run away.

Know More
bug in code

Welcome to Hexainclude

How do you prevent titanic from sinking? Declare variable titanic as float;

Know More
23Aug/22

NESTED STRUCTURE

August 23, 2022Cc-language, nested-structure, structure, structure-program, structure-within-structureDreamMaker

STRUCTURE INSIDE THE STRUCTURE OR NESTED STRUCTURE: Structure within structure means nesting of structure. If we declare a structure inside another structure, then it is referred to as nested structure. In anotherRead More…

24Apr/20

ARRAY OF STRUCTURE

April 24, 2020Carray-and-structure, array-of-structure, array-within-structureDreamMaker

We can create an array of structure just like we create an array of built in data type such as int, float etc. A single structure variable can store only information ofRead More…

22Apr/20

Array Within Structure

April 22, 2020Carray-in-structure, array-within-structure, c-structure, structureDreamMaker

A structure can also contain array members just like normal members such int, float We can declare an array if we need to store multiple values inside structure. Structure may include asRead More…

01Apr/18

SSTF Scheduling

April 1, 2018OSdisk-scheduling, disk-scheduling-algorithms, shortest-seek-time-first, sstf-schedulingDreamMaker

In previous post we learnt about simple disk scheduling policy called first-come first-serve. In this post we are about to explain one another disk scheduling algorithm which is widely accepted i.e. Shortest SeekRead More…

01Apr/18

FCFS Scheduling

April 1, 2018OSdisk-scheduling, disk-scheduling-algorithms, fcfs-algorithm, first-come-first-serve, scheduling-algorithmsDreamMaker

In my previous post titled “Disk Scheduling”, I tried to explain about the fundamentals of disk scheduling. In this and upcoming posts, we will look some of the widely used disk schedulingRead More…

Copyright © Hexainclude
Developed by Hexainclude
  • TIPS &TRICKS
  • QUIZ
  • CONTACT US