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


Please Help Members By Posting Answers For Below Questions

Why is C language being considered a middle level language?

639


What is a substring in c?

576


What type of function is main ()?

574


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2323


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

798






Differentiate between static and dynamic modeling.

605


What is line in c preprocessor?

604


What is structure and union in c?

584


Why can’t we compare structures?

801


What is volatile c?

509


Is c high or low level?

568


Explain the difference between ++u and u++?

630


What is difference between array and structure in c?

565


What is hungarian notation? Is it worthwhile?

683


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2015