Explain what does the format %10.2 mean when included in a printf statement?
No Answer is Posted For this Question
Be the First to Post Answer
Which is better malloc or calloc?
what are enumerations in C
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Explain how do you print an address?
What does %d do?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How to Throw some light on the splay trees?
what is real time system?what is the differance between hard and soft real time systems
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
what is memory leak?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is unsigned int in c?