---
title: "what is PID datatype?"  
description: "what is PID datatype?"  
author: "Anonymous User"  
published: 2015-06-24  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/2655/what-is-pid-datatype  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "erlang"]  
reading_time: 1 minute  

---

# what is PID datatype?

PID mean Process Identifier and is the datatype used for the unique process identifiers which are assigned to every process.

## Answers

### Answer by Anonymous User

PID mean Process Identifier and is the datatype used for the unique process identifiers which are assigned to every process.


---

Original Source: https://www.mindstick.com/interview/2655/what-is-pid-datatype

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
