which will return integer?
a) int*s ( )
b) ( int* ) s( )
c) int ( *s ) ( )
Answer / chandu
c) int (*s)()
s is pointer to a function which returns integer
| Is This Answer Correct ? | 10 Yes | 0 No |
Explain what are preprocessor directives?
Can we declare function inside main?
When do we get logical errors?
What is mean by data types in c?
What are the various topologies? Which one is the most secure?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
simple program for virtual function?
Explain what header files do I need in order to define the standard library functions I use?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How many types of arrays are there in c?
What is the difference between scanf and fscanf?
What are the types of functions in c?