Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6. If function calls with no prototypes are permitted, what data types get passed to MyFunction by: MyFunction(( short )23, ( char )34, 87 L
6. If function calls with no prototypes are permitted, what data types get passed to MyFunction by: MyFunction((short)23, (char)34, 87L, 6.8f)
(Note 5.5)
A. int or unsigned, int or unsigned, long, double
B. int or unsigned, int or unsigned, long double, float
C. short, char, int, float
D. short, char, long, float
E. none of the above or implementation dependent
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started