#include<stdio.h> void main() { char s[4]={'V','T','U'}; //or char s[4]="VTU"; printf("Val...
Read More
Showing posts with label Primary Memory. Show all posts
Showing posts with label Primary Memory. Show all posts
C++ Constants
A constant are identifiers whose value does not change during program execution. Constants are sometimes referred to as literal. A constant...
Read More
Function in C++
Library Function C++ provides many built-in functions that save the programming time. They include mathematical functions, char...
Read More
Computer Memory and types of memories
Computer Memory Memory is an essential component of any digital computer. It is storing device. It stores programs and data, which is r...
Read More
Subscribe to:
Posts (Atom)