Ask Questions & Get Answers at ibibo sawaal

Ask your Question

Character(s) remaining:  160
 
Ask now
     Powered by Bixee Crawl
Results 1 - 15 of about 22 sawaal for "unary"
Sort by: Recency | Relevancy

Fundamentals and basic concepts about database management systems,?

Binary Relationship?Cardinality. Modality.More About Many-to-Many Relationships.Unary Relationships.One-to-One Unary Relationship.One-to-Many Unary Relationship.Many-to-Many Unary Relationship Association.Example: Lucky Rent-A-Car.Chapter 6. The Relational Database Model: Additional Concepts.Relational Structures for Unary and Ternary Relationships.Unary One-to-Many Relationships.Unary Many

Posted in Softwares by ravi pratap at 5:15 PM on January 25, 2010

What are the unary operations in Relational Algebra?

well vinay!A mathematical operation, such as the square root function and complex conjugation, that requires only one operand....unary operations in Relational Algebra are :PROJECTION and SELECTION

Posted in Computers & Technology by Vinay at 4:06 PM on October 22, 2008

expalin the concep of overloading unary operators ?

Well You can overload a unary operator with either a nonstatic member function that has no parameters, or a nonmember function that has one parameter. Suppose a unary operator is called would have the following form:returntype operatorTAn overloaded unary operator may return any type.The following example overloads the ! operator: In Cinclude <iostream>using namespace std; struct

Posted in Computers & Technology by anupam at 11:32 PM on January 05, 2008
Tags please

how unary operators prcessed in c?

unary operator require only a single expression to produce a line.unary operators usually precde their single operand.the most common unary operation is unary minus.

Posted in Computers & Technology by gauri at 5:18 PM on August 30, 2007

Why is the bash builtin test slightly different from /bin/test??

of rules for processing test arguments. 0 Args: False 1 Arg: True iff argument is not null. 2 Args: If first arg is !, True iff second argument is null. If first argument is unary, then true if unary test is not null. 2 Args: If first arg is !, True iff second argument is null. If first argument is unary, then true if unary test is true Otherwise error. 3 Args: If second argument is a binary operator, do binary

Posted in Computers & Technology by sanjay at 7:26 PM on December 25, 2008

What arithmetic operations are supported in JavaScript?

JavaScript supports the following arithmetic operations which you can group in brackets to form more complex expressions: unary operations binary operations shifts mathematical functions Unary...JavaScript supports the following arithmetic operations which you can group in brackets to form more complex expressions: unary operations binary operations shifts mathematical functions Unary operations have one

Posted in Computers & Technology by Vinay at 11:13 PM on November 12, 2008

Explain with example operator ovaerloading.

of an operator; for example, you cannot define plus to have three operands.Some operators are unary have one operand, and some are binary have two operands. The example given above includes only binary operators: =, , , [...], and ==. Examples of unary operators are: unary minus, pre- and post-increment, and pre- and post-decrement.Unary operators, and binary operators whose left operands are class objects, can be defined either as member

Posted in Computers & Technology by anil at 7:25 PM on November 11, 2007
Tags san

what is Pointers and how to declared inline fuction

that we want to store in ptr the address of our integer variable k. To do this we use the unary & operator and write:ptr = &k;What the & operator does is retrieve the lvalue address of k, even variable which contains the address in memory of another variable. We can have a pointer to any variable type.The unary or monadic operator & gives the address of a variable.The indirection

Posted in Computers & Technology by shepherd at 1:47 PM on May 08, 2008

What is Pointer?

have a pointer to any variable type.The unary or monadic operator & gives the address of a variable.The indirection or dereference operator gives the contents of an object pointed to by a pointer is in its use of pointers.What is a Pointer------>A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type.The unary or monadic operator

Posted in Computers & Technology by suraj kumar at 10:35 PM on April 24, 2008
Tags c, pointer

What is FAFLfinite automata and formal languages all about??... What is the use of studying it??...

-deterministic automata have been studied. 2 Subdirect decompositions of finite automata and unary algebras. The subdirectly irreducible members of some varieties of finite automata have been characterised. On the other hand, subdirect decompositions of general unary algebras have been considered in terms of some notions, such as cores and Rees congruences, originating mostly in semigroup theory. This work has been done

Posted in Computers & Technology by John Ronald at 11:09 PM on October 06, 2008

define pointer and arrays....???

to any variable type. The unary or monadic operator & gives the address of a variable. The indirection or dereference operator gives the contents of an object pointed to by a pointer. To declare a to any variable type.The unary or monadic operator & gives the address of a variable.The indirection or dereference operator gives the contents of an object pointed to by a pointer.To declare a

Posted in Computers & Technology by Pankaj Kumar at 11:55 PM on August 21, 2008

How-to to add to values in java core without using plus operator?

, their coverage is brief; the intent is to simply make you aware that these operators exist.The unary bitwise complement operator "" inverts a bit pattern; it can be applied to any of the integral types

Posted in Computers & Technology by muralidhar p at 7:43 PM on December 27, 2008

What does exactly p mean in C language?

hai,p means post increment...In general, the postfix and -- operators essentially have higher precedence than the prefix unary operators. Therefore, p is equivalent to p; it increments p, and returns

Posted in Computers & Technology by Arun Pandian at 11:32 PM on December 26, 2008

Operator Overloading in Vb?

intuitive and more readable code. The operators that can be defined on your class or structure are as follows: Unary operators: - Not IsTrue IsFalse CType Binary operators: - / & Like Mod And Or Xor

Posted in Computers & Technology by R Singh at 1:26 PM on December 02, 2008
sawaal signature