cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Can pass bool operater to function?
Can pass bool operater to function?
Feb 14, 2012 at 3:25pm UTC
bond5611
(47)
There are few questions about functions.
1-Can we pass bool operator to a function in C++?
2-Can return type be bool operator?
3-Can pass string to function?
e.g
bool mani(string i,bool j);
Feb 14, 2012 at 3:28pm UTC
alastairl
(27)
Yes.
Topic archived. No new replies allowed.