answersLogoWhite

0

What are functions and pointers in c?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

function-these are self contained block of statements to solve a particular task whereas pointers are defined as the variable which stores the address of another variable

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are functions and pointers in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meant by passing function to another function in c plus plus?

Just as pointers can point to variables, pointers can also point to functions. Thus you can pass function pointers to functions. In so doing, you can alter the behaviour of the function by having it call dynamically call arbitrary functions rather than just preset functions.


How do you write c program to perform sum of elements of matrix using pointers with functions?

i cant write


Write a program to illustrate the usage of pointers with arrarys and functions?

* * * * * * * * * * write the c++ program and show me brifily?


Can functions be defined in C structures?

No, all functions must be defined outside of C structures. However, all functions in C have a type (the return type) and an identity (an address), so you can define function pointers as members of a structure to achieve the same end.


What are the basic parts of the c language?

That would include header files, data types, loops, functions, pointers, arrays


What is the source code for attendance record system in c language using pointers functions arrays whichever required?

bmbmbvjmgjmgj


Empty data types in C?

Void - is empty data type in C


What is the difference between c plus plus and java programming?

Java doesn't have pointers. C++ has pointers.


Pointers to review in a napolcom examination?

government functions


What is stream pointer in c?

C does not have stream pointers.


What is decleration part in C programming?

pointers.


What is the difference between pointers in c and c plus plus?

Nothing.