Tag: Programming
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 …
JavaScript Basic Concepts
JavaScript Comment The javascript comments are a meaningful way to deliver messages. It is used to add information about the code, warnings, or suggestions. so …
What is programming? Explain the generation of Programming languages.
Programming? How do we write code? Programming Language? A. Low-Level language 2.Assembly language or 2nd generation language (2GL) B. High-Level language 1. Procedural-oriented language or …