Void Main Error In Dev C++
Dev-C adalah sebuah software compiler atau bahasa kerennya IDE, yang digunakan untuk membuat suatu progaram dengan bahasa C, C atau C#. Anda dapat menggunakan program ini secara gratis. Pertama, anda harus mempunyai compiler Dev-C yang sudah terinstall di komputer Anda. Jul 13, 2017 Difference between void main, int main and int main (void) in C and C? Skip navigation Sign in. Void main, int main and int main (void) in C and C interview question?? Technical God.
When used as a function return type, the void keyword specifies that the function does not return a value. When used for a function's parameter list, void specifies that the function takes no parameters. When used in the declaration of a pointer, void specifies that the pointer is 'universal.'
Dev c program stopped working. If a pointer's type is void*, the pointer can point to any variable that is not declared with the const or volatile keyword. A void* pointer cannot be dereferenced unless it is cast to another type. A void* pointer can be converted into any other type of data pointer.
A void pointer can point to a function, but not to a class member in C++.
You cannot declare a variable of type void.
What Is Void Main
Example
See also
Void Main Error In Dev C Full
Keywords
Built-in types