Join Regular Classroom : Visit ClassroomTech

logical

Cognizant Reasoning Questions 2022 | Part 2 | Campus Placement | CodeWindow

Question 8 Answer Question 8 8. 160 80 120 180 1050 4725 25987.5 ? A. 60B. 90C. 3564D. 135 Answer Option D The series is *1/2 , *3/2 , *5/2, *7/2 , *9/2, *11/2 and so on Question 9 Answer Question 9 9. Here are some words translated from an artificial language.briftamint means militantuftonel means […]

Cognizant Reasoning Questions 2022 | Part 2 | Campus Placement | CodeWindow Read More »

Boolean in java

Java has a primitive datatype, called boolean, for logical values. It can have only one of two possible values,true or false. After any conditional operations, it returns true or false.Example: Output Literals in java Integer Literals: Integers are probably the most commonly used type. Any whole number value is an integer literal. Examples are 1,

Boolean in java Read More »

Operators in C

C language has a big set of built-in operators. An operator is a symbol to perform some mathematical or logical operations with data and variables. Operators can be classified into the following types: Arithmetic Operators Logical Operators Relational Operators Assignments Operators Bitwise Operators Arithmetic Operators : Arithmetic operators are used for mathematical operations in c.

Operators in C Read More »