answersLogoWhite

0


Best Answer

void expressing_thanks (void)

{

puts ("thanks");

}

int main (void)

{

expressing_thanks ();

return 0;

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you call a function for expressing thanks?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What function in Microsoft Excel 2003 to write the amount in word?

Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.Such a function does not exist for English. A function call BAHTTEXT will do it for the Thai language.


What is the function of language in ritual?

The function is ... Please edit if u know thanks


Vote of thanks?

for schol day function


What is meant by a function call?

A function call is where you "call" a function and execute its body. For example: void example() { } int main() { example(); // call the function "example" and execute its bodyreturn 0; }


Which function call Does not consume stack space?

Calling an in-line function, which is not actually a function-call.


What is if function withan an if function call?

A nested function.


What do you call the inverse function of the exponential function?

Logarithmic Function


What is Bios function call in 8086 microprocessor?

The BIOS function in the 8086 microprocessor is called an interrupt function. It is an interrupt function because it is not called by a function call instruction.


What you call thanks in chinese?

sheh sheh


Where is the personification in ode to thanks poem?

Personification


What are the guidelines for writing Acknowledgements?

Some common guidelines to follow when writing acknowledgements include thanking or expressing gratitude to the person, reasons why you're expressing thanks, and saying why you are grateful to the person. It is also best to stick to personal pronouns when writing acknowledgements.


Is it possible to call library function recursiviely?

No, once you call a library (or any) function, you have to wait until it has returned.Of course the function may call itself, but you do not know or care of that.