when user give a number it multiply with 9 without
useing '+' and '*' oprator
Answer Posted / tknowledge05
The above guest is me .. okkkk....
by the time i solved and executing i was logged out and when i posted the answer it considered guestt.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
c program to compute AREA under integral
How variables are declared in c?
What do you mean by command line argument?
What is the purpose of main( ) in c language?
What is a pointer and how it is initialized?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Can you return null in c?
Explain what is the purpose of "extern" keyword in a function declaration?
What is time null in c?
Lists the benefits of c programming language?
What is the difference between exit() and _exit() function in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
How can I use a preprocessorif expression to ?
What does void main return?