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....
Read more
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...
Read more
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...
Read more
Python Vs Javascript : Are You a Noob or Nerd?
Table of Contents Add a header to begin generating the table of contents Introduction With Internet being center of everything we do Python vs JavaScript choice has become a discussion point. Now that its out in the open there is an extensive cluster of programming languages...
Read more
Multithreading in Java : A Practical View
Table of Contents Add a header to begin generating the table of contents Introduction This article explains what threads are in Java. It elaborates on their uses and on how to implement multi-threading in Java. In a multitasking environment, having multiple threads helps the programmer...
Read more