

MCQOPTIONS
Saved Bookmarks
1. |
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. | KR Notation 2. ANSI Notation |
B. | Pre ANSI C Notation 2. KR Notation |
C. | ANSI Notation 2. KR Notation |
D. | ANSI Notation 2. Pre ANSI Notation |
Answer» D. ANSI Notation 2. Pre ANSI Notation | |