Computer Science, asked by sujitshaw029, 6 months ago

give the prototype of the function find which recieves a character ch and an integer n and returns true and false.​

Answers

Answered by GhotraKaur
6

Answer:

Solution is true.

character=ch=%s

integer = int=%d

Answered by ayush7652051895sl
0

Answer:

The function is - boolean check (char ch, int n)

Explanation:

  • TRUE or FALSE data values are stored as a single byte in the BOOLEAN data type.
  • The internal and literal representations of the BOOLEAN data type are shown in the following table. To determine whether two BOOLEAN values are equal or unequal, you can compare them.
  • You can append a value of true or false after the name of your variable.
  • The assignment operator is a single equals symbol (=), as you may have seen.
  • Two equal signs (= =) are required to determine if a variable "has a value of" something.
  • A simple data type known as a boolean only accepts "true" or "false" values.
  • A boolean example is something that returns the values "true" or "false."
  • Checking certain conditions like "a==b," "ab," or "a>b" might be regarded as using boolean logic.

#SPJ2

Similar questions