C LANGUAGE CLASS IN THALTEJ AHMEDABAD
TCCI > C LANGUAGE CLASS IN THALTEJ AHMEDABAD
21
Aug
What is void in C?
In C programming, void is a keyword that indicates the absence of a type or value. It is used in several contexts: c Copy code void myFunction() { // code } c Copy code void *ptr; int x = 10; ptr = &x; c Copy code int *intPtr = (int *)ptr; printf(“%d”, *intPtr); // […]
[vc_row full_width=”” parallax=”” parallax_image=””][vc_column width=”1/1″][vc_widget_sidebar sidebar_id=”default”][/vc_column][/vc_row]