What is c++ polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
When do sessions end?
What is http get and post?
How do you pass a variable by value in php?
How do you check if a variable has not been set in php?
What are the differences between procedure-oriented languages and object-oriented languages?
What is Type hinting in PHP?
What is the best way to avoid email sent through php getting into the spam folder?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is new keyword in php?
write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me