Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
Java All : Function building and calling


Exam Paper Problems

function writing #4046

( As In Exam - ICSE2018 )

Write the prototype of a function check which takes an integer as an argument

Write the prototype of a function check which takes an integer as an argument and returns a character.

actual and formal parameters #4225

( As In Exam - ICSE2016 )

Differentiate between formal parameter and actual parameter.

Differentiate between formal parameter and actual parameter.

function prototype/declaration #4227

( As In Exam - ICSE2016 )

Write a function prototype of the following:
A function PosChar which t

Write a function prototype of the following:
A function PosChar which takes a string argument and a character argument and returns an integer value.

About calling or invoking functions #7221

( As In Exam - ICSE2017 )

What are the two ways of invoking functions?

What are the two ways of invoking functions?



Exam Paper Problems:4 
Back