Question: What is the notation for following functions? 1. int f(int a, float b) { /* Some code */ }2. int f(a, b) int a; float

What is the notation for following functions?

1. int f(int a, float b) { /* Some code */ }2. int f(a, b) int a; float b; { /* Some code */ }

1. KR Notation
2. ANSI Notation

1. Pre ANSI C Notation
2. KR Notation

1. ANSI Notation
2. KR Notation

1. ANSI Notation
2. Pre ANSI Notation

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The detailed answer for the above question is provided bel... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!