Embedded,C Programming,C,Linux

Saturday, February 3, 2018

Pre-Increment and Post Incremet in C


To understand pre increment and post increment.We consider there concept Suppose we initialize a variable whose value is initialized with x=5.So what will be affect if we consider x++,and ++x? 





No comments:

Post a Comment

Finding COM PORT in ubuntu

 Hello ,In this post we see how to find COM port/Serial port in Ubuntu. Items Required 1.Usb to TTL cable  Step 1: Finding COM Port in Compu...