formula to convert 2500mmh2o into m3/hr
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Are enumerations really portable?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
When should a type cast not be used?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What is file in c language?
Can 'this' pointer by used in the constructor?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is wrong with this initialization?
What is the difference between #include and #include 'file' ?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
How can I open a file so that other programs can update it at the same time?