What is the use of string function strtonum(string)?
Answer Posted / quickmist
strtonum() will reliably convert a string representation of a number into an integer number. It's reliable because you can pass the min and max value that the you want the input to be within and strtonum() will return an error code if the number falls outside the specified range. This function however expects only 1 '-' symbol to exist in the input and returns a long long integer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command to print all line except first line?
How to print only blank line of file?
EPFO 2009 result has come or not which is held in sep 2009, pls told me, I have ever asked you.
What is the use of CONVFMT?
What are Dynamic Variables?
What is the use of FIELDWIDTHS?
What is the use of string function substr(string,position) in AWK?
What are the Autoincrement and Autodecrement Operators?
Write a command to print zero byte size files?
What are AWK Numerical Functions?
What is the use of ARGV ?
What is the use of ARGIND?
What are Trigonometric Functions in AWK?
How to exit from an awk script using the exit command?
What are Associative Arrays?