Explain what is wrong with this program statement?
No Answer is Posted For this Question
Be the First to Post Answer
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..
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is assert and when would I use it?
what is the format specifier for printing a pointer value?
what is recursion in C
difference between ordinary variable and pointer in C?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is the difference between NULL and NUL?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
What is extern keyword in c?