Questions: 1 680

Answers by our Experts: 1 680

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Your group visit a shop to get your assignment typed and printed. Write an algorithm to calculate bill of a job work based on following rates.
-->Rate of typing is Rs. 3/- per page
-->Rate of Printing is Rs. 5/- per page
User should enter the number of pages in assignment and no. of print out copies your group want.

Write a C program that prompt a user to input radius and calculate the circumference of the circle.


Develop a small game using any data structure of your choice.

(preferred programming language - c )


Write Verilog code to perform 8-bit multiplication using Wallace structure. Simulate the design with test bench of at least 4 test cases. 


   Write a program that prints the numbers 1 to 4 on same lines after one blank line.



1)   Write a C program to output following printf statement.

Printf(“\n This is \ a \n C program. “) ; 



Write a program to implement the following algorithm:
 Start with two indexes one at the left and other at the right end of the array.
 Left index simulate the first stack and second index simulate the right stack.
 If we want to put the element in the first stack then put the element at the left index.
Similarly, if we want to put the element in the second stack then put the element at the
right index.
 First stack grow towards left and second stack grow towards left.
Convert an infix expression to its equivalent postfix expression.
Note: The code should have the modularity and should include following functions apart from
main():
 getNextToken(): This functions returns the next token in the input infix expression. The
token may be an operator or “(“ or “)” or an operand. The operands can be of multiple
digits. For example the infix expression 1000/(10+240) contains operands 1000, 10, and
240.
 infixToPostfix(): Converts the input infix expression to postfix. This function calls
getNextToken() repeatedly to get the next token until it reaches the end. The token is
then processed depending on whether it is an operand or operator or ( or )
Write a program to implement the stack using an array.
Note: The code should have the modularity and should include following function apart from
main ():
 Push() This function inserts an element to top of the Stack.
 Pop() This function deletes an element from top of the Stack.
 Display() This function displays all the elements of the Stack by popping them one by
one.

Your group visit a shop to get your

assignment typed and printed. Draw a

flowchart to calculate bill of a job work based

on following rates.

• Rate of typing is Rs. 3/- per page

• Rate of Printing is Rs. 5/- per page

User should enter the number of pages in

assignment and no. of print out copies your

group want.


LATEST TUTORIALS
APPROVED BY CLIENTS