answersLogoWhite

0

Why you are using VOID in C programming?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

You don't use 'VOID', but 'void'. It means different things, such as:

- void as function type means no return value

- void as function parameter means no parameters

- 'void *' as pointer-types means generic pointer

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why you are using VOID in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why are using the void main in C programming?

Because you misunderstood something. The correct usage: int main (int argc, char **argv)


What an example of a function?

In C-programming: int main (void) { return 0; }


Why you use void res in c programming?

since, the word 'void' in C programming language means that it does not return any value to the user or calling function....this is usually used to specify a type of function...... for this reason w use 'void'in c program..


How do you display 'hello world' using c programming language?

#include<stdio.h> int main (void) { printf ("Hello world!\n"); return 0; }


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


C progamme for conversion of Celsius to Fahrenheit using array?

main void void void (void) { float temp1 [13]= {1,4,2,3,4,5,7,88,9,4,3,23,12};


How do you do C programming on your Windows?

C programming can be started on Windows by using a suitable IDE (these include compilers) such as Dev-C++


What is void command in c sharp programming?

void simply means you don't have anything to return w/in a function, it is the same as return 0; public void sample() { MessageBox.Show("This Function do not return anything"); }


What are the applications using C programming?

One application that uses c programming is Microsoft Visual Studio 2008.


What is token in C programming?

They're things that keep the variables in line with the void main and your functions


How do you make a proposal in C programming?

#include <stdio.h> int main (void) { puts ("Marry me"); return 0; }


How do you design webpages using C programming language?

Web-page designing and C-programming have nothing to do with each other.