formula to convert 2500mmh2o into m3/hr
No Answer is Posted For this Question
Be the First to Post Answer
What are the header files used in c language?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
4. main() { int c=- -2; printf("c=%d",c); }
What is main void in c?
how to copy a string without using c function
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is header file definition?
What is the difference between c and python?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What is array in C