What are pointers?
Answer / Mohd Shakib Ansari
"Pointers are variables that store memory addresses, allowing you to access and manipulate the data stored at those addresses. In C language, a pointer is declared by placing an asterisk (*) before the variable name."n
| Is This Answer Correct ? | 0 Yes | 0 No |
discuss the steps needed to get a program from source code to executable in a system?
What are the types of data structures in c?
which is faster execution: loops or recursion?
What is the general form of #line preprocessor?
write a programme to convert temperature from farenheit to celcius?
how to set Nth bit of variable by using MACRO
When c language was developed?
What is array in C
What are the salient features of c languages?
I have seen function declarations that look like this
What does do in c?
what is the difference between malloc() and calloc() function?