if statement in C Language
For Decision making we can use if statement in C Language. If statement is used for conditional execution of statements. Basic Syntax of is: Now
From Basic to the Best
For Decision making we can use if statement in C Language. If statement is used for conditional execution of statements. Basic Syntax of is: Now
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