diff --git a/data/cpp.json b/data/cpp.json index a86474e4b..8f7f306eb 100644 --- a/data/cpp.json +++ b/data/cpp.json @@ -192,7 +192,17 @@ "code": "ostream_iterator out(os);" } ] - },{ + }, + { + "title": "অ্যারে ফাংশন", + "items": [ + { + "definition": "সর্ট নাম্বার অ্যারে (ছোট থেকে বড়)", + "code": "sort()" + } + ] + } + ,{ "title": "গাণিতিক লাইব্রেরি ফাংশন সমূহ", "items": [ {