Is there sort function in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the program to display your name in any color?
how many key words availabel in c a) 28 b) 31 c) 32
How will you divide two numbers in a MACRO?
What is the main differences between C and Embedded C?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
write a program for fibonaci series by using while loop in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are the functions to open and close file in c language?
write a program to remove duplicate from an ordered char array? in c
which operator is known as dummy operator in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered