EmbLogic RCD LabsIntroduction to StructureStructure is a user-defined datatype in C language which allows us to combine data of different types together. Structure helps to…May 12, 2020May 12, 2020
EmbLogic RCD LabsThe Decision Control Structure ( if statement and if else statement)We all need to alter our actions I the face of changing circumstances. If the weather is fine, then I will go for a stroll. If the pathway…May 8, 2020May 8, 2020
EmbLogic RCD LabsSTAGE1: BIOSThis is the first step of booting process. When you power on your machine the stable power is supplied to all the devices connected to…Apr 24, 2020Apr 24, 2020
EmbLogic RCD LabsMUTLITHREADING IN CThread:A thread is a single sequence stream withing a process as threads have some of the propeerties of the processes, also sometimes…Apr 19, 2020Apr 19, 2020
EmbLogic RCD LabsThread:A thread is a single sequence stream withing a process as threads have some of the…How a process differs from threads:Apr 14, 2020Apr 14, 2020
EmbLogic RCD LabsDYNAMIC MEMORY ALLOCATIONIn industry memory management is very important.Apr 12, 2020Apr 12, 2020
EmbLogic RCD LabsMEMORY LEAKAGEMemory leak occurs when we create a memory in heap and forget to delete it .Memory leaks are particularly serious issues for programs like…Apr 9, 2020Apr 9, 2020
EmbLogic RCD LabsIntroduction toC is a general purpose high level programming language used to develop portable applications and firmware. It is originally designed to…Apr 6, 2020Apr 6, 2020
EmbLogic RCD LabsGcc CompilerAny c file, a user wants to compile is not directly compiled. For example, there is c file having a name hello.c, this hello.c file is not…Apr 3, 2020Apr 3, 2020