What is the hardest programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call a function, given its name as a string?
Why string is used in c?
What is function in c with example?
Is boolean a datatype in c?
why return type of main is not necessary in linux
can we write a c program with out using main
What does volatile do?
When can you use a pointer with a function?
To what value do nonglobal variables default? 1) auto 2) register 3) static
What does %p mean?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..