Tag: compile
DATA STRUCTURE IN PYTHON Interview Questions
The Data Structure is a description of how data is organized (stored), modified, and accessed. By specifying how different sorts of data connect, it also …
Wap ‘C’ of categories of function
1. without return type without arguments. 2. Without return type with arguments.
Pointer in C
Pointer A pointer is a variable that stores memory address or that contains the address of another variable where addresses are the location number always …
FUNCTION IN C PROGRAMMING
Function A function is a self-contained block of codes or sub-programs with a set of statements that perform some specific task or coherent task when …