answersLogoWhite

0

Which is dummy operator in c?

Updated: 4/26/2024
User Avatar

Prasadh

Lvl 1
13y ago

Best Answer

unary + is the only dummy operator in c,...

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1w ago

In C, the sizeof operator can be considered a dummy operator because it does not perform any operations on the data but simply returns the size in bytes of a variable or a data type.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is dummy operator in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Educational Theory

Using krasnoselskii fixed point theorem prove fixed point of a operator in a banach space?

In order to use Krasnoselskii's Fixed Point Theorem to prove the existence of a fixed point for an operator in a Banach space, you need to show that the operator is a contraction mapping on a closed subset of the Banach space. This means demonstrating that the operator satisfies the contraction mapping property, which implies the existence of a unique fixed point according to the theorem.


What advanced searching technique is correctly used in the search statement toddler AND Montessori school?

The advanced searching technique correctly used in the search statement "toddler AND Montessori school" is the Boolean operator "AND." This operator ensures that search results include both the term "toddler" and the term "Montessori school" in the documents retrieved.


Main deffrent between c and cpp?

C is a procedural programming language, while C++ is a multi-paradigm programming language that supports both procedural and object-oriented programming. C++ has additional features such as classes, inheritance, and polymorphism that allow for more flexible and modular code design compared to C.


What do you do with c squared and b squared to get a squared?

You add c squared and b squared together to get a squared. This is based on the Pythagorean theorem, which states that in a right triangle, the square of the hypotenuse (a) is equal to the sum of the squares of the other two sides (b and c).


What does it mean when a British person says 'C of E'?

'C of E' stands for the Church of England, which is the established Christian church in England. When a British person refers to 'C of E,' they are typically talking about this church or someone affiliated with it.

Related questions

What is non static constructor in c sharp?

The non static constructors in C# are the ones participate in object creation, while static constructors are for loading class definitions. The latter one does not create object instance of the class being loaded Below are the example of both: public class Dummy { // static constructor, no modifier to the method static Dummy() { Console.Write("loading class Dummy"); } // the default non static constructor, in conjunction with new operator public Dummy() { Console.Write("creating an instance of Dummy"); } }


What are the basic operator in turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What is the operator that cannot be overloaded in c plus plus and java?

conditional operator , size of operator , membership operator and scope resulation operator can not be overload in c++


Use of scope resolution operator in C programming?

:: operator can not be used in C.


What is the memory management operator in c plus plus?

There is no memory management operator in C++ -- it is an unmanaged language. You use the C++ new operator to allocate memory, and use the C++ delete operator to release previously allocated memory.


Is it possible to do operator overloading in c?

No. Operator and/or function overloading is only a C++ thing.


What is condional operator?

Conditional Operator- Its the only ternary operator in c/c++.- Its syntax is-(condition)?statement1:statement2;-Shruti Jain


C coding for operator overloading?

C does not support operator overloading. If you mean C++ operator overloading, it depends on exactly what you wanted to do. If you wanted to '+' to strings, then you could write: string operator+(string a, string b) { // do something }


What is THIS operator in c?

The this operator is not a c operator. It is a c++ keyword. It is equivalent to an r-value pointer to the current instance of an object. It is useful when resolving between object members and method parameters.


Example of binaray operator in c plus plus?

+ is an example, one of many, of a binary operator in C or C++ a = b + c; // for usage example


What is the operator of power in c plus plus?

There is no "power" operator in C or C++. You need to the use the math library function pow().


What do you have to major in to become a C and C operator?

C and C operation