If I write the following code in program how can I see the output for(i=1;i<=15000;i++) printf("%d\t",i); Then I can see the numbers from 14761...
If I write void main() { int x; float y; char z; printf("\nx=%d",x); printf("\ny=%d",y); printf("\nz=%d",z); getch(); }...
Why are some functions defined in more than one header file? Like malloc() is defined in malloc.h and alloc.h,why? And exit() is defined in...
Why are some functions defined in more than one header file? Like malloc() is defined in malloc.h and alloc.h. And exit(0) is defined in...
Separate names with a comma.