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 |
what is syntax error?
how tally is useful?
A sample program using data structure? what is file handling?
char* f() return "hello:"; void main() {char *str=f(); }
full c programming error question based problem
I'm having trouble with coming up with the correct code. Thank You!! The assignment was to write a program using string functions that accepts a price of an item and displays its coded value. The base of the keys: X C O M P U T E R S 0 1 2 3 4 5 6 7 8 9 Sample I/O Dialogue: Enter Price: 489.50 Coded Value: PRS.UX
void main() { int i=5; printf("%d",i+++++i); }
What is probability to guarantee that the task a programmer is going to create will be created and be able to run on a particular system (RTOS/GPOS).
To generate the series 1+3+5+7+... using C program
class test { int a; public: test(int b):a(b){} void show(){ cout<<a; } }; void main() { test t1; test t2(5); t1.show(); t2.show(); } }
void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?
wap for bubble sort