answersLogoWhite

0

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

15y ago

What else can I help you with?

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.


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

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


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

i cant write


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.


What is generic programming in c?

Generic programming in C refers to the practice of writing code that is independent of any specific data type. This is typically achieved using macros and function pointers, enabling the creation of functions and data structures that can operate on various data types without code duplication. The C Standard Library's use of void* pointers is an example, allowing functions to accept pointers to any data type. Although C lacks built-in support for generics like some other languages, these techniques enable a flexible and reusable code base.


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.