← All problemsSign in

Program7

#include int f(int); int main() { int f(int); int b; b = f(20); printf(“%d”,b); return 0; } int f(int a) { a > 20 ? return (10) : return (20); } Expected output : 20 Rules: 1) U can make changes in function f only 2) Using tertiary operator at least once is compulsory 3) No. of lines in function f should not exceed 2

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start