Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: name space

What is an identifier in c ?

Posted on November 19, 2020November 19, 2020 by mohamad wael

What is an identifier ?

 
An identifier , is used to denote an object type in C . An object in C is a region of memory , used for data storage .

int x ; /*
x is 
… Read More
c c, identifier, name space, scope