what is level of tree if leaf node is at level 4.please
explain.
Why c language?
What is a header file?
what is the advantage of software development
What are macros in C?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What are the main characteristics of c language describe the structure of ac program?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
formula to convert 2500mmh2o into m3/hr
What is #pragma statements?