answersLogoWhite

0

What does the c statement declare int(f)(int)?

Updated: 9/17/2019
User Avatar

Wiki User

9y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What does the c statement declare int(f)(int)?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


Write a C program to declare result of a student using multilevel?

This is a statement with a question mark?


What is the opposite of declare?

I'm not sure whta the opposite of declare is, but if you go to thesuarus.com, and type in declare, it will pop up for you. I'm not sure whta the opposite of declare is, but if you go to thesuarus.com, and type in declare, it will pop up for you.


What is variable definition in c language?

variable definition means to declare the variable with its value. for example:- int i=10; this statement is a combination of declaration of integer i and assign its value to it,so it is a definition statement Note: assigning a value is not essential.


When did Barack Obama declare that he was not born in Hawaii?

He never made such a statement.


Can you declare a method within a method in c or c plus plus?

C: there are no methods in C. C++: no.


What does the word declarative means?

1. Serving to declare or state. 2. Of, relating to, or being an element or construction used to make a statement: a declarative sentence. n. A sentence or expression that makes a statement.


How do you declare pointer in c?

ujkjkyjljlui kukhjkui


What you declare in the function prototype in c?

yes


Which statement is used to declare templates?

template < template-parameter-list > declaration


What statement is used to declare templates?

template < template-parameter-list > declaration


Can you declare an object inside static number function in c?

No, because there are no objects in C.