how tally is useful?
Answers were Sorted based on User's Feedback
Answer / prabhakaran
Tally is more useful for manage company details,company
accounts details,and etc.,
and also we can calculate balance sheet,journel and etc.,
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / siddharth
tally is useful in many ways\
but i want o know more,..........
| Is This Answer Correct ? | 3 Yes | 1 No |
quoroum of computer languages?
UINT i,j; i = j = 0; i = ( i++ > ++j ) ? i++ : i--; explain pls....
Why are memory errors hard to debug?
Given an int variable n that has been initialized to a positive value and, in addition, int variables k and total that have already been declared, use a do...while loop to compute the sum of the cubes of the first n whole numbers, and store this value in total . Thus if n equals 4, your code should put 1*1*1 + 2*2*2 + 3*3*3 + 4*4*4 into total . Use no variables other than n , k , and total .
wap for bubble sort
how to convert decimal to hexadecimal without using arrays just loops
errors are known as?
3 Answers EX, State Bank Of India SBI,
what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?
Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL
printy(a=3,a=2)
what is run time error?
How to reverse a linked list without using array & -1? Thank you.