by emertxe_admin | Jan 29, 2018 | C programming, Embedded, Emertxe, Blog
Introduction In any programming language, there are a set of keywords available, which can’t be used as variable name. It is because keywords are reserved and they have a special meaning. Keywords which are also called as reserved names can be anything like a command...
by emertxe_admin | Oct 4, 2017 | C programming, Embedded, Linux, Programming, Emertxe, Blog, Education
Introduction Linux Internals and networking module has various topics describing OS concepts, kernel, IPC, Multi-threading etc., Students should try to relate the concepts, understand and remember it. In one of the recent classes, some of our students had doubts in...
by emertxe_admin | Sep 25, 2017 | C, C programming, Embedded, Emertxe, Blog, Education
An operator that performs operation on a “bit-level” is said to be bit-wise operator. Generally, bitwise operators in C operate on a single bit at a time. Though it operates on a bit at a time, it needs one byte as input. C provides six bit-wise operators....
by emertxe_admin | Sep 21, 2017 | Uncategorized, C, C programming, Embedded, Blog
Introduction C is a general-purpose computer programming language which can be used in wide variety of applications. Operating systems, application software for computers ranging from supercomputers to embedded systems are written in C. While C has been a versatile...
by emertxe_admin | Sep 13, 2017 | C programming
Introduction Programmer cannot avoid usage of pointer in Embedded Systems. Though there are many C programming common pointer mistakes made by programmers, accessing memory location directly is provided only by pointers. This is a boon for programmers who program an...
by emertxe_admin | Dec 21, 2015 | C programming, Embedded, Student Projects, Blog, Internet-Of-Things (IoT), Education, Career and Jobs
M.Tech internship in Bangalore – Emertxe Emertxe has recently completed M.Tech internship in Bangalore for final year students. It was a unique combination of training & internship followed by providing assessments as per the university norms. One of the...