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

Given a sentence S, write a program to print the frequency of each word in S. The output order should correspond with the word's input order of appearance.
Write a C program to display the Product information and Payment mode of a customer using bit fields. * The product information are P_rice=0, P_wheat=1, P_dall=2, P_sugar=3, Cash=5 and Card=6 * The bit fields member functions are Ptype, Pmode and *Pname is character type

An electricity board charges the following rates for the use of electricity: Number of Units Cost per Unit For the first 200 units Paise: 0.80per unit For the next 100 units Paise: 0.90per unit For t he next and above 300 units Rupee: 1.00per unit All users are charged a minimum of Rs. 100 as meter charge. If the total amount is more than Rs.400, then an additional surcharge of 15% of to tal amount is charged. Read the names of users and number of units consumed and print out t he charges with names.


In a library management system auditing is a complex task for a librarian. The stock maintenance has manual entries that may have multiple entries of book access number. The library management system should be automated to remove duplicate book access number. Write a C program to remove duplicate numbers using pointer Note: Use functions and Pointers.


An electricity board charges the following rates for the use of electricity: Number of Units Cost per Unit For the first 200 units Paise: 0.80per unit For the next 100 units Paise: 0.90per unit For the next and above 300 units Rupee: 1.00per unit All users are charged a minimum of Rs. 100 as meter charge. If the total amount is more than Rs.400, then an additional surcharge of 15% of total amount is charged. Read the names of users and number of units consumed and print out the charges with names.


Runtime Input :

100

500

Output :

Starting Reading: 100

Last Reading: 500

Unit Consumed: 400

Total Cost: 517.50


Write a C program to display the examination result of students using bit fields. * The student information are Pass=1, Fail=0, A=4, B=5, C=6 * The bit fields member variables are result and grade, the *name is of character type
Write a C program to display the examination result of students using bit fields. * The student information are Pass=1, Fail=0, A=4, B=5, C=6 * The bit fields member variables are result and grade, the *name is of character type
The supermarket has different variety of items in different weight. Find maximum weight from these items. Write a C program to find maximum weight of an item using pointer.
Develop a C program to perform z=x-y where x=x+x2 , y=1+y.

Largest Palindrome

You are given an integer

N. Find the largest palindrome which is less than N.Input

The input contains a single integer

N.Output

The output should be a single integer which is the largest palindrome that is less than the given input.

Explanation

Given

N = 45.44 is the largest number which is a palindrome that is less than 45.


LATEST TUTORIALS
APPROVED BY CLIENTS