What are Unary arithmetic operators?



What are Unary arithmetic operators?..

Answer / Sneha Singh

Unary arithmetic operators in AWK operate on a single operand. Examples include + (positive sign), - (negative sign), ++ (increment), and -- (decrement).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Awk Interview Questions

What is the use of numeric function rand ?

1 Answers  


What is the use of sequence a?

1 Answers  


what is information technology

3 Answers  


What is the use of FNR?

1 Answers  


What is FS in AWK?

1 Answers  


What is the use of string function asort(string,[d])?

1 Answers  


Write a command remove all empty lines?

1 Answers  


What is the use of SUBSEP?

1 Answers  


What is the use of sequence ?

1 Answers  


Write a command to find the total number of lines in a file without using nr?

1 Answers  


Write a command to rename the files in a directory with "_new" as postfix?

1 Answers  


How to execute an AWK script?

1 Answers   Accenture,


Categories