Arithmetic Operators in C Language
To perform any Arithmetic Operation between two variables or values arithmetic operators are used. + Addition or Unary Plus – Subtraction or Unary Minus *
From Basic to the Best
To perform any Arithmetic Operation between two variables or values arithmetic operators are used. + Addition or Unary Plus – Subtraction or Unary Minus *
Whenever you want to store some temporary data, then variables are used, like x=20, area=7.3. Here x and area are variable names. In C language
Java supports execution of multiple processes at a same time. Thread is in-build class defined in java.lang package. There is run() that holds the process/statments
Exceptions are the cases, where error may occur on conditional basis at run time. ex. Divide by Zero if use provide inputs that lead to
Java does not support multiple inheritance, means there must be only single parent class in Java. But we can implement Interfaces to work like multiple
Read More
Constructor is a special type of function that has same name as class name. Constructor does not have any return type (not even void). It
To get input we can use scanf() or gets() functions. gets() is used only for String data type. scanf() can be used for all data
There are some color functions those can be used for colored output in c language. First you have to set colors using textcolor(COLOR) function. You
During earlier post we have come to know that printf() is used to display output to the screen. There are some another functions also that