Wednesday, 1 May 2019
ch- Memory Allocation
Subscribe to:
Post Comments (Atom)
Index
ch-1 Introduction
-
If Statement #include<stdio.h> main() { int a=0; if(a=0) printf("a is zero"); else printf("not ...
-
memory allocation Memory allocation can be done by using keyword „create‟. FALSE malloc() allocates memory from the heap and not from the...
-
file End of file is detected by A) fend() B) endf() C) EOF D) FEND b) What is a file in C? Discuss various modes in which a file ca...
No comments:
Post a Comment