c language for nielit olevel
Friday, 17 May 2019
Index
ch-1 Introduction
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Index
ch-1 Introduction
ch-2 if statement
If Statement #include<stdio.h> main() { int a=0; if(a=0) printf("a is zero"); else printf("not ...
ch- Memory Allocation
memory allocation Memory allocation can be done by using keyword „create‟. FALSE malloc() allocates memory from the heap and not from the...
ch- file
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