{"id":226660,"date":"2024-06-09T20:57:07","date_gmt":"2024-06-09T20:57:07","guid":{"rendered":"https:\/\/namso-gen.co\/blog\/?p=226660"},"modified":"2024-06-09T20:57:07","modified_gmt":"2024-06-09T20:57:07","slug":"what-type-of-value-does-a-void-function-return","status":"publish","type":"post","link":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/","title":{"rendered":"What type of value does a void function return?"},"content":{"rendered":"<p>**What type of value does a void function return?**<\/p>\n<p>A void function, as the name suggests, does not return any value. It performs a task or operation but does not provide a result that can be utilized in the program. Therefore, the answer to the question &#8220;What type of value does a void function return?&#8221; is simply: no value.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_62 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#FAQs_about_void_functions\" title=\"FAQs about void functions:\">FAQs about void functions:<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#1_Why_are_void_functions_used\" title=\"1. Why are void functions used?\">1. Why are void functions used?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#2_Can_a_void_function_have_parameters\" title=\"2. Can a void function have parameters?\">2. Can a void function have parameters?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#3_How_do_you_call_a_void_function\" title=\"3. How do you call a void function?\">3. How do you call a void function?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#4_Can_a_void_function_return_a_value\" title=\"4. Can a void function return a value?\">4. Can a void function return a value?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#5_What_happens_if_you_try_to_assign_the_result_of_a_void_function_to_a_variable\" title=\"5. What happens if you try to assign the result of a void function to a variable?\">5. What happens if you try to assign the result of a void function to a variable?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#6_Do_void_functions_modify_variables\" title=\"6. Do void functions modify variables?\">6. Do void functions modify variables?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#7_Can_a_void_function_call_other_functions\" title=\"7. Can a void function call other functions?\">7. Can a void function call other functions?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#8_Is_it_possible_to_overload_a_void_function\" title=\"8. Is it possible to overload a void function?\">8. Is it possible to overload a void function?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#9_Can_a_void_function_contain_a_return_statement\" title=\"9. Can a void function contain a return statement?\">9. Can a void function contain a return statement?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#10_Are_void_functions_used_in_object-oriented_programming\" title=\"10. Are void functions used in object-oriented programming?\">10. Are void functions used in object-oriented programming?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#11_Can_a_void_function_be_recursive\" title=\"11. Can a void function be recursive?\">11. Can a void function be recursive?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#12_Can_a_void_function_have_a_return_type_in_other_programming_languages\" title=\"12. Can a void function have a return type in other programming languages?\">12. Can a void function have a return type in other programming languages?<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"FAQs_about_void_functions\"><\/span>FAQs about void functions:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h3><span class=\"ez-toc-section\" id=\"1_Why_are_void_functions_used\"><\/span>1. Why are void functions used?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nVoid functions are used when we only need to perform a certain task or operation without requiring a return value. They are commonly used for actions such as printing messages, displaying information, or modifying variables.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"2_Can_a_void_function_have_parameters\"><\/span>2. Can a void function have parameters?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nYes, a void function can have parameters. These parameters are used to pass data to the function, allowing it to perform specific operations based on the provided values.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"3_How_do_you_call_a_void_function\"><\/span>3. How do you call a void function?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nTo call a void function, you simply write its name followed by parentheses, optionally passing any required parameters inside the parentheses.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"4_Can_a_void_function_return_a_value\"><\/span>4. Can a void function return a value?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nNo, void functions do not return any value. If a value needs to be returned from a function, a different return type such as int, float, or string should be utilized.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"5_What_happens_if_you_try_to_assign_the_result_of_a_void_function_to_a_variable\"><\/span>5. What happens if you try to assign the result of a void function to a variable?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nSince void functions do not return any value, attempting to assign the result of a void function to a variable will lead to a compilation error. The variable will not receive any value.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"6_Do_void_functions_modify_variables\"><\/span>6. Do void functions modify variables?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nYes, void functions can modify variables passed to them as parameters. By passing variables as arguments, their values can be changed within the function, impacting their value in the calling code.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"7_Can_a_void_function_call_other_functions\"><\/span>7. Can a void function call other functions?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nAbsolutely. Void functions can call other void functions, as well as functions with return values. This allows for the creation of modular and reusable code by organizing tasks into separate functions.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"8_Is_it_possible_to_overload_a_void_function\"><\/span>8. Is it possible to overload a void function?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nYes, void functions can be overloaded. Overloading allows creating multiple functions with the same name but different parameters, enabling different behaviors based on the function call.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"9_Can_a_void_function_contain_a_return_statement\"><\/span>9. Can a void function contain a return statement?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nYes, a void function can contain a return statement; however, the return statement in a void function (without a return value) is used to exit the function prematurely, rather than returning a value like in other return types.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"10_Are_void_functions_used_in_object-oriented_programming\"><\/span>10. Are void functions used in object-oriented programming?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nYes, void functions are frequently used in object-oriented programming languages. They play a significant role in encapsulation, allowing objects to perform actions and modify their internal state without returning a value.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"11_Can_a_void_function_be_recursive\"><\/span>11. Can a void function be recursive?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nYes, void functions can be recursive. Recursion is the process of a function calling itself, and it can be utilized in void functions as long as the task being performed requires repeated execution.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"12_Can_a_void_function_have_a_return_type_in_other_programming_languages\"><\/span>12. Can a void function have a return type in other programming languages?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>\nIn some programming languages, a void function may have a return type specified as &#8220;void,&#8221; serving as an indicator that no value is expected to be returned. This is particularly true in languages with explicit return type declarations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but does not provide a result that can be utilized in the program. Therefore, the answer to the question &#8220;What type of value does a void function return?&#8221; &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"What type of value does a void function return?\" class=\"read-more button\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#more-226660\">Read more<span class=\"screen-reader-text\">What type of value does a void function return?<\/span><\/a><\/p>\n","protected":false},"author":57,"featured_media":107420,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86279],"tags":[],"class_list":["post-226660","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learn","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What type of value does a void function return?<\/title>\n<meta name=\"description\" content=\"**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What type of value does a void function return?\" \/>\n<meta property=\"og:description\" content=\"**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but\" \/>\n<meta property=\"og:url\" content=\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\" \/>\n<meta property=\"og:site_name\" content=\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/synchronyfinancial\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-09T20:57:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2024\/03\/faq.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Casey Mayer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@synchrony\" \/>\n<meta name=\"twitter:site\" content=\"@synchrony\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Casey Mayer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\"},\"author\":{\"name\":\"Casey Mayer\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f\"},\"headline\":\"What type of value does a void function return?\",\"datePublished\":\"2024-06-09T20:57:07+00:00\",\"dateModified\":\"2024-06-09T20:57:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\"},\"wordCount\":542,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\"},\"articleSection\":[\"Learn\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\",\"url\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\",\"name\":\"What type of value does a void function return?\",\"isPartOf\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#website\"},\"datePublished\":\"2024-06-09T20:57:07+00:00\",\"dateModified\":\"2024-06-09T20:57:07+00:00\",\"description\":\"**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but\",\"breadcrumb\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/namso-gen.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What type of value does a void function return?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#website\",\"url\":\"https:\/\/namso-gen.co\/blog\/\",\"name\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\",\"description\":\"In Namso gen blog you can get many tips regarding to Credit cards, VCC, Credit card security etc. You can generate credit cards by using Namso-gen.co\",\"publisher\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/namso-gen.co\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\",\"name\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\",\"url\":\"https:\/\/namso-gen.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png\",\"contentUrl\":\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png\",\"width\":500,\"height\":164,\"caption\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\"},\"image\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/synchronyfinancial\",\"https:\/\/twitter.com\/synchrony\",\"https:\/\/www.youtube.com\/synchronyfinancial\",\"https:\/\/www.instagram.com\/synchrony\",\"https:\/\/www.linkedin.com\/company\/synchrony-financial\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f\",\"name\":\"Casey Mayer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Casey Mayer\"},\"description\":\"Guest author Casey Mayer has meticulously crafted and revised this article to the best of their knowledge and understanding. Readers are strongly advised to exercise caution, verify information independently, and rely on their own judgment when considering the information provided. Read more articles on Namso Gen here.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What type of value does a void function return?","description":"**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/","og_locale":"en_US","og_type":"article","og_title":"What type of value does a void function return?","og_description":"**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but","og_url":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/","og_site_name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","article_publisher":"https:\/\/www.facebook.com\/synchronyfinancial","article_published_time":"2024-06-09T20:57:07+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2024\/03\/faq.png","type":"image\/png"}],"author":"Casey Mayer","twitter_card":"summary_large_image","twitter_creator":"@synchrony","twitter_site":"@synchrony","twitter_misc":{"Written by":"Casey Mayer","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#article","isPartOf":{"@id":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/"},"author":{"name":"Casey Mayer","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f"},"headline":"What type of value does a void function return?","datePublished":"2024-06-09T20:57:07+00:00","dateModified":"2024-06-09T20:57:07+00:00","mainEntityOfPage":{"@id":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/"},"wordCount":542,"commentCount":0,"publisher":{"@id":"https:\/\/namso-gen.co\/blog\/#organization"},"articleSection":["Learn"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/","url":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/","name":"What type of value does a void function return?","isPartOf":{"@id":"https:\/\/namso-gen.co\/blog\/#website"},"datePublished":"2024-06-09T20:57:07+00:00","dateModified":"2024-06-09T20:57:07+00:00","description":"**What type of value does a void function return?** A void function, as the name suggests, does not return any value. It performs a task or operation but","breadcrumb":{"@id":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/namso-gen.co\/blog\/what-type-of-value-does-a-void-function-return\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/namso-gen.co\/blog\/"},{"@type":"ListItem","position":2,"name":"What type of value does a void function return?"}]},{"@type":"WebSite","@id":"https:\/\/namso-gen.co\/blog\/#website","url":"https:\/\/namso-gen.co\/blog\/","name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","description":"In Namso gen blog you can get many tips regarding to Credit cards, VCC, Credit card security etc. You can generate credit cards by using Namso-gen.co","publisher":{"@id":"https:\/\/namso-gen.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/namso-gen.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/namso-gen.co\/blog\/#organization","name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","url":"https:\/\/namso-gen.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png","contentUrl":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png","width":500,"height":164,"caption":"Namso Gen Blog - Free Credit Card Generator [100% Valid]"},"image":{"@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/synchronyfinancial","https:\/\/twitter.com\/synchrony","https:\/\/www.youtube.com\/synchronyfinancial","https:\/\/www.instagram.com\/synchrony","https:\/\/www.linkedin.com\/company\/synchrony-financial"]},{"@type":"Person","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f","name":"Casey Mayer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Casey Mayer"},"description":"Guest author Casey Mayer has meticulously crafted and revised this article to the best of their knowledge and understanding. Readers are strongly advised to exercise caution, verify information independently, and rely on their own judgment when considering the information provided. Read more articles on Namso Gen here."}]}},"_links":{"self":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts\/226660","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/users\/57"}],"replies":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/comments?post=226660"}],"version-history":[{"count":0,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts\/226660\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/media\/107420"}],"wp:attachment":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/media?parent=226660"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/categories?post=226660"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/tags?post=226660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}