void c programming

FUNCTION DECLARATION

when void is used as a function return type,
it indicates that the function does not return a value.


POINTER DECLERATION

When void appears in a pointer declaration,
it specifies that the pointer is universal.


FUNCTION PARAMETER(IN C ONLY)
When used in a function's parameter list, 
void indicates that the function takes no parameters. 

3.5
4
Lightbulb 105 points

                                    FUNCTION DECLARATION

when void is used as a function return type,
it indicates that the function does not return a value.


POINTER DECLERATION

When void appears in a pointer declaration,
it specifies that the pointer is universal.

3.5 (4 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
void value in c void function c language what does the keyword void mean in c void *method() in c what void means in c void(*)(void*) in c use of the void in the c (void *) in c void**[1] in c what is a void in C c - void void (*)() in c c void function declaration void meaning c how to declare a function in c void how to use void function in c how call a void function in c c what is void * c programming void function void * en c use of void * in c what means void in c function void c programming void* method in c c void methods is void a keyword in c void* in c meaning void * in c meaning use of void in c void functions c void funtion in C void** c c void * c void* c void declaration what is void c variable what is void c c what is void c (void) void * c c what is *void void function c programming void meaning in c void en c declare a void function in c void * function C void function in c example what does void do in c what the meaning of void in c void c programming void method in c void c what is void* in c void functions in c void * in c What does void* mean and how to use it in C void function c void *function in c what is void in c@ type void in c void () in c void* c void* in c can i have a void ** in c is void * a type in c what is "^void" c void c function what is the meaning of void in c language why void is used in c how to use void in c void method C % void C void uses for in c++ what does void mean in c what is the use of void in c programming void in c++ meaning what does void mean inc++ void function in c++ c void function example (void) C void return type in c++ function void meaning what is void used for in c++ void pointer structure c return number in void function in c why do we voin func() in cpp? c void pointer c define function void return type void in programming what is mean by void function in c++ where would u use void in coding c void void (something) : () in c++ void funtion i c void function in c void type c c++ void meaning What are the applications of void data type in C++? Explain with example. application of void data type in c++ functions with void in c what does "void" mean in C++? function void c what does void * mean in c cpp void method use of void in cpp what does void represent in c++ when we use void in c++ when do you use void in c # when to use void in c++ function use of void data type in c+ void statement c++ what is the meaning of function with void in c language what does it mean Void in C void meaning programming what is a void in cpp how does void work in c++ what does void do in c++ vpid in c void in c language use of Void keyword in C++ void c++ how void works in c++ what is void in what does a void return c++ void in c whats void in c c void function what is a void function what is void c++ what does void in c ++ void in programming mea how void is used in c what is a void function in c++ what does void mean in c++ value of void in cpp (void) c++ c++ void function c++ void what is void in c++ c++ whats void void as argument in main in c++ void in function parameter void in c++ c++ what is void void function c++ what is void in c
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source