Use the conditional operator in the checkEqual function to check if two numbers are equal or not. The function should return either "Equal" or "Not Equal".
parseInt() method converts the string to a integer. Before applying this function, Ram wants to know the type of the argument that is passed to the function. What operator in javascript would support this?
Write a C program, which takes two integer operands and one operator from the user, performs the operation and then prints the result. (Consider the operators +,-,*, /, % and use Switch Statement)