Unlike global functions in C, access to static functions is restricted to the file where they are declared. Therefore, when we want to restrict access to functions, we make them static. Another reason for making functions static can be reuse of the same function name in other files. For exa...
See print “Geeks for Geeks” without using a semicolon for answer.When should we use pointers in a C program? 1. To get address of a variable 2. For achieving pass by reference in C:Pointers allow different functions to share and modify their local variables. 3. To pass large ...
See print “Geeks for Geeks” without using a semicolon for answer.When should we use pointers in a C program? 1. To get address of a variable 2. For achieving pass by reference in C:Pointers allow different functions to share and modify their local variables. 3. To pass large ...
See print “Geeks for Geeks” without using a semicolon for answer.When should we use pointers in a C program? 1. To get address of a variable 2. For achieving pass by reference in C:Pointers allow different functions to share and modify their local variables. 3. To pass large ...
Seeprint “Geeks for Geeks” without using a semicolon for answer. When should we use pointers in a C program? 1.To get address of a variable 2.For achieving pass by reference in C:Pointers allow different functions to share and modify their local variables. ...
Seeprint “Geeks for Geeks” without using a semicolon for answer. When should we use pointers in a C program? 1.To get address of a variable 2.For achieving pass by reference in C:Pointers allow different functions to share and modify their local variables. ...