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 */ } - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
22 Feb 2023 12:48 PM study24x7 study24x7

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 */ }

A

1. KR Notation
2. ANSI Notation

B

1. Pre ANSI C Notation
2. KR Notation

C

1. ANSI Notation
2. KR Notation

D

1. ANSI Notation
2. Pre ANSI Notation

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles