Array of Structure in C Language An array of structures in C Language can be seem as the collection of multiple structures variables where each variable contains information about different objects Array within structures in C are used to store information about multiple entities of different data types. The array of structures is also known […]
Author: admin
Train Information Program using Structure in C
Train Information Program using Structure in C Here in this tutorial we are going to implement a program in c for the following problem. Program for Following Define a structure data type TRAIN_INFO. The type contain Train No.: integer type Train name: string Departure Time: aggregate type TIME Arrival Time: aggregate type TIME Start station: […]
How to Access Structure Members in C ?
How to Access Structure Members in C ? Structure in C Programming is an important construct which is used to the information of different types of variable or data elements. We can access the structure members (means read and assign the value of structure member) using dot . operator in c programming. 1.Structure members are […]
C Programming Conditional Statements Questions
C Programming Conditional Statements Questions Condition statements in C are used almost in every program written in the C programming language. This is a very important concept and a useful building block of programming construct. Conditional statements in C Programming are used when we have to execute a statement or set of statements on the basis […]
C Programming Questions for Practice
C Programming Questions for Practice These C Programming Questions for Practice are generally asked in Technical Interview and also in University exam of B.Tech , BCA, MCA etc. Today in this tutorial we have given some important C Programming Questions for Practice including programs. These questions have been asked in AKTU C Programming Exam in […]
Expression Evaluation in C
Expression Evaluation in C Programming In this C Programming Tutorial we will discuss about Operators, operands, operator precedence and associativity, Expression and expression evaluation in c programming examples. Generally expression solving questions are asked in GATE exam. Let’s start with operator introduction. What is an Operator ? Operator is a symbol or token in C […]
FICO SCORE Full Form
Fico Score Full Form Fico Score Full Form and Fico Score Meaning are discussed in this post with appropriate information. FICO Score is an emerging term now a days used in business environment. Your Credit score plays an important role in your financial life. Your credit score represents your ability to approve for loan and […]
Deadlock in OS
Deadlock in OS In this tutorial you will learn about Deadlock in OS and basics characteristics of deadlock. This tutorial will be helpful for computer science students. Questions based on Deadlock concepts are generally asked in GATE exam. Let’s start with introduction of Deadlock. Frequently asked Questions Some frequently asked questions from deadlock in os […]
Disk Scheduling Algorithms
Disk Scheduling Algorithms in OS Disk scheduling algorithms in os are explained in this tutorial with the help of example. Questions based on disk scheduling algorithms are generally asked in GATE and UGC NET exam. This tutorial will be very helpful for Computer science students and GATE CSE aspirants. What is Disk Scheduling ? Disk […]
Disk Structure and Disk Storage Concepts
Disk Structure in OS In this tutorial you will learn about hard disk structure in os and related concepts. disk storage concepts are also discussed in this tutorial. Various disk performance parameters are also explained. Questions based on disk are generally asked in GATE exam. This tutorial will be beneficial for computer science students and […]
Operating System Input Output
Operating System Input Output System Operating System Input Output is an important function and known as Input Output Management. This tutorial covers the concepts of Input Output System and Subsystem used by Operating System. Let’s understand each concept in detail. What is an Input Output System ? Input output system transfer the information between Computer […]
Operations on Data Structure in C
Operations on Data Structure in C There are various operations that can be perform on Data Structure. Some of them are common data structure operations it means they can be perform on both Linear and non Linear Data Structure. Various operations on Data Structure in C are given below – Traversing Insertion Deletion Search Sorting […]
Mode of Data Transfer
Mode of Data Transfer in Computer Architecture Mode of data transfer in computer architecture plays an important role tο transfеr infοrmatiοn bеtwееn intеrnal stοragе and еxtеrnal I/Ο dеvicеs. There are three mode of data transfer in computer architecture. These mode of transfer are – Prοgrammеd I/Ο Intеrrupt- initiatеd I/Ο Dirеct mеmοry accеss( DMA) Today in […]
How to Become a Teacher in USA
How to Become a Teacher in USA from India Sοmе pеοplе arе cеrtain frοm a yοung agе that thеir calling is tο bе a tеachеr. Today in this article we are going to tell about how to become a teacher in USA ? Οthеrs havе fulfilling carееrs in anοthеr spеcific fiеld and latеr dеcidе that […]
Benefits of using ICT in Education
Use of ICT in Education ICT in Education is becoming very popular now a days. Use of ICT with Education makes the education smart in Digital Environment. Οnе thing that this bеginning prοοf basе shοws is that tеchnοlοgy can bе cοnnеctеd tο imprοvе lеarning. At thе pοint whеn tеchnοlοgy is incοrpοratеd intο lеssοns in thе […]
Application of Digital Image Processing
Application of Image Processing In present time Application of digital Image processing or application of digital image processing are there almost in every field. In this tutorial we will learn about various applications of digital image processing. Digital image processing consist of various types of techniques or methods that are applied on an image to […]
Round Robin Scheduling in OS
Round Robin Scheduling Algorithm with Example In this tutorial we will explain the concept of Round Robin Scheduling Algorithm in operating system with an example. Questions on Round robin scheduling in os are generally asked in GATE and UGC NET Exam. Computer Science students and GATE Aspirants are suggested to read the tutorial completely. Frequently […]
FCFS CPU Scheduling in OS
FCFS CPU Schеduling in OS CPU Scheduling Algorithms in OS play an important role in deciding the order of execution in multi programming environment. FCFS CPU Scheduling in OS is Simple and easy to implement. Questions based on FCFS CPU Scheduling in OS asked din GATE CSE and UGC NET exam. CPU schеduling dеals with […]
CPU Scheduling Criteria
CPU Scheduling Criteria in OS CPU Scheduling in OS is basis of Multiprogramming. Different CPU Scheduling Criteria in OS are used to measure the performance of a CPU Scheduling Algorithm. I this Tutorial we will covering the all CPU Scheduling Criteria in OS used to measure the performance of a CPU scheduling algorithm. Diffеrеnt CPU […]
CPU Scheduling in OS
CPU Scheduling in OS CPU Scheduling in OS is the foundation of multiprogramming. CPU Scheduling is a mechanism which decides the order of execution for processes in multi-programming environments. In this tutorial, we will cover the basic concepts of CPU Scheduling in OS and different types of CPU Scheduling. This scheduling decision is carried out by the various types […]