March 2015

emertxe

Emertxe Trainings : Portfolio

Table of Contents Add a header to begin generating the table of contents Introduction As an organization Emertxe’s contribute in the skill-enablement area by providing quality trainings. Our target customer include students, corporate and universities. We offer various trainings (instructor lead, online, workshops) to cater various skill requirements of each segment. Our technology verticals are

Emertxe Trainings : Portfolio Read More »

emertxe

IEEE Paper by Emertxe Alumni

Table of Contents Add a header to begin generating the table of contents Introduction It always feels great to see our alumni’s accomplishment in the field of technology. One of our recent alumnus from embedded systems training Mr. Lokesh Jaliminche has published a  paper in IEEE conference. Details are provided below. Team Emertxe congratulates this accomplishment and

IEEE Paper by Emertxe Alumni Read More »

dangling pointers in c

Dangling pointers in C : A practical tutorial

Introduction Dangling pointers in C – Usage and how to prevent them. Great guide for C newbies and Embedded systems programmers. Tutorial with practical examples.   Dangling pointers are those that do not point to valid objects. Pointers are like sharp knives that have tremendous power in C programming. When used properly, they reduce the complexity of the

Dangling pointers in C : A practical tutorial Read More »

Dangling Pointers in C programming

Dangling Pointers in C Programming – Be Strictly Avoided

Table of Contents Add a header to begin generating the table of contents Dangling Pointers : Be “STRICTLY” Avoided ! Pointers are like sharp knives in C-Programming which are having tremendous power. Pointers, when used properly reduces the complexity of the programs to a great extent.   But, on the counterpart when not used properly results in adverse effects,

Dangling Pointers in C Programming – Be Strictly Avoided Read More »