formula to convert 2500mmh2o into m3/hr


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what's the return value of malloc()

9 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


When should you not use a type cast?

0 Answers  


What are the scope of static variables?

0 Answers  


What is %d used for?

0 Answers  






I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


What is equivalent to ++i+++j?

0 Answers  


What is c language & why it is used?

0 Answers  


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


how c source file in converted to exe file

5 Answers   KPIT,


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


Categories