IndiaBIX.com
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning Non Verbal Reasoning
General Knowledge
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming C++ Programming C# Programming Java Programming
Microbiology Biochemistry Biotechnology Biochemical Engineering
Civil Engineering Mechanical Engineering Chemical Engineering Networking Database Questions Computer Science Basic Electronics Digital Electronics Electronic Devices Circuit Simulation Electrical Enigneering Engineering Mechanics Technical Drawing
Placement Papers Group Disucssion HR Interview Technical Interview Body Language
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test Data Interpretation Test General Knowledge Test
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt C Interview Questions The C Language Basics .NET Interview Questions .NET Framework ADO.NET ASP.NET Software Testing

Computer Science - Object Oriented Programming Using C++ - Discussion


Read more:

"The secret to creativity is knowing how to hide your sources."
- Albert Einstein
7. 

Evaluate the following expression: 3 >6&&7>4

[A]. True[B]. False

Answer: Option A

Explanation:

No answer description available for this question.


Mayu said: (Tue, Jun 7, 2011 09:12:04 AM)    
 
Whats the use of && operator here?

Geetha said: (Wed, Jul 6, 2011 01:49:19 AM)    
 
&& (comparision between two oprands) in the above two conditions are false so the ans is false.

&&: It check two conditions true the result is true otherwise false. If one condition is true other condition is false then again the ans is false.

Sheetal said: (Wed, Nov 9, 2011 06:50:51 PM)    
 
3 is not greater than 6 i.e 3>6=false.
7 is greater than 4 i.e 7>4=true
single & is used for logical & operation,while && is used for comparison of conditions therefore it is false

Mukesh said: (Tue, Dec 13, 2011 03:03:18 PM)    
 
3 is not greater than 6 i.e 3>6=false.
7 is greater than 4 i.e 7>4=true
Single & is used for logical & operation,while && is used for comparison of conditions therefore it is false.

Divya said: (Thu, Mar 15, 2012 07:56:33 AM)    
 
Ya its right the use Of && is for comparison thereby here answer is false.

Azlan Tanveer said: (Thu, Apr 5, 2012 08:24:37 PM)    
 
&& operator is comes under logical operator, if all operands i.e. conditions are true it evaluates to true and if any one or more than one or all of them are wrong it will evaluate to false.

It is necessary that all conditions should be true.

Noora said: (Tue, Apr 17, 2012 09:35:05 AM)    
 
3>6 is false
7>4 is true

In this expression AND condition is used
In and if one statement is false all result is false 3>6&&7>4

Shariq said: (Mon, Sep 17, 2012 07:56:02 PM)    
 
First condition evaluated is 3>6 which is not true, condition is not checked further.

After which, if it was written 3<6, which is true then only second condition is tested for its trueness or false,

Let us consider condition before && evaluated true.

2 cases arise if the next condition is true or not.

Accordingly then, use of && operator states if any one of i/p is false then result is false.

Write your comments here:
Name *:     Email:


© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy

Contact us: info@indiabix.com     Follow us on twitter!