If I have a char * variable pointing to the name of a function ..
No Answer is Posted For this Question
Be the First to Post Answer
give one ip, find out which contry
What is FIFO?
Multiply an Integer Number by 2 Without Using Multiplication Operator
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
What does *p++ do? What does it point to?
What is sizeof c?
what is ans for this scanf(%%d",c);
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Do you know what are bitwise shift operators in c programming?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.