Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Friday, 30 April 2021
Implicit and Explicit type conversion | C Language
›
Implicit and Explicit type conversion | C Language Converting one data type into another data type is known as type conversion or typecasti...
Tuesday, 27 April 2021
Advantage of Pointer | C Language
›
Advantage of Pointer It provides dynamic programming environment. Physical location of memory can be direct access through pointer. It allow...
Sunday, 25 April 2021
File read write function | C Language
›
1. ftell() Returns the current file pointer position in numeric form. Declaration : long ftell(FILE *stream); Remarks : ftell ret...
Thursday, 22 April 2021
Memory Allocation Function
›
1. Malloc Full form of malloc function is memory allocate. malloc allocates a block of size bytes from the memory heap. It allows a progra...
‹
›
Home
View web version