Transistors part1
Transistors part1 Read More »
Volatile is a qualifier that is applied to a variable when it is declared. It tells the compiler that the value of the variable may change any time. The implications of this are quite serious. It is required when you experience the following in C/C++ code: Syntax: For declaration of volatile variable, make use of
Volatile Keyword in C/C++ Read More »
At present cars and other private vehicles are used daily by many peoples. The biggest problem regarding the increased use of private transport is the increasing number of fatalities that occur due to accidents on the roads; the expense and related dangers have been recognized as a serious problem being confronted by modern society. VANET
Vehicular Communications (VANET) Read More »