---
title: "Explain about tuple in visual c  ?"  
description: "Explain about tuple in visual c  ?"  
author: "Chris Anderson"  
published: 2011-09-17  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1252/explain-about-tuple-in-visual-c  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# Explain about tuple in visual c  ?

Tuple defines instances of objects in varying types. Declarations, template functions and functions are defines in tuples. In class there are three elements they are tuple class, tuple size class and tuple element class are defined in Visual C++.

## Answers

### Answer by Chris Anderson

Tuple defines instances of objects in varying types. Declarations, template functions and functions are defines in tuples. In class there are three elements they are tuple class, tuple size class and tuple element class are defined in Visual C++.


---

Original Source: https://www.mindstick.com/interview/1252/explain-about-tuple-in-visual-c

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
