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 is union and structure?

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


How can I make it pause before closing the program output window?

0 Answers  


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  






What is c token?

0 Answers  


write a program to remove duplicate from an ordered char array? in c

2 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What is the heap in c?

0 Answers  


whitch value return void main?

11 Answers  


Categories