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
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Do pointers take up memory?
Is there any demerits of using pointer?
Can we use visual studio for c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What are the 5 types of inheritance in c ++?
What is 1f in c?
What is the difference between the local variable and global variable in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
State the difference between realloc and free.
What are pointers really good for, anyway?
Difference between constant pointer and pointer to a constant.
What does node * mean?
Explain how do you sort filenames in a directory?
What is sorting in c plus plus?