Write a C program to print the string and its length using functions
Create a program that will take in an input integer number from the user. And will display each digit in word form. However, three digits will instead be shown as an enlarged font.
1. Create a program that multiply,divide, and subtract two numbers.Then,make a pseudocode, algorithm and flowchart on it.
2.Temperature of a city in Fahrenheit degrees is input through the keyboard (use scanf() function in your program to ask the user to input any number or string).Write pseudocode, algorithm, flowchart,and a c program to convert that temperature into centigrade Celsius.
Write program to convert a postfix expression to infix expression with parentheses on each operation .
A c program to generate the below pascal triangle.
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 1
Write a program that given an array A[ ] of n numbers and another number x, determine whether or not there exist two elements in A whose sum is exactly x
Taru exam is on the head. So she started learning physics. There she learned about Pascal's law. Now she wanted to try an experiment to get a better understanding of the same.
For, the experiment Taru has N buckets (numbered from 1,2,3...N) which all are initially empty.
She has M number of queries. Each query represents an integer that is of 4 types.
You have to return the number of buckets that are filled after performing M queries.
Mr. Umar while performing some operations comes to know that the image that he wants can be obtained by multiplying the original image with the pattern. Help Mr. Umar to get the resultant image by performing the matrix multiplication.
Write a c program for finding the roots of the quadratic equation using conditional operator
n an organization they decide to give bonus to all the employees on New Year. A 5%
bonus on salary is given to the grade A workers and 10% bonus on salary to the grade
B workers. Write a program to enter the salary and grade of the employee. If the
salary of the employee is less than $10,000 then the employee gets an extra 2% bonus
on salary Calculate the bonus that has to be given to the employee and print the salary