when user give a number it multiply with 9 without
useing '+' and '*' oprator
Answer Posted / tknowledge05
The above guest is me .. okk....
by the time i solved and executing i was logged out and when i posted the answer it considered guest.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are register variables? What are the advantage of using register variables?
What is gets() function?
What is the difference between #include and #include 'file' ?
What is %lu in c?
I came across some code that puts a (void) cast before each call to printf. Why?
Why void main is used in c?
What is the difference between fread buffer() and fwrite buffer()?
Explain how can I read and write comma-delimited text?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What 'lex' does?
How many keywords (reserve words) are in c?
What do you understand by friend-functions? How are they used?
Tell me is null always defined as 0(zero)?
What is a constant?