C Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 2)
2.
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
Answer: Option
Explanation:
KR Notation means Kernighan and Ritche Notation.
Discussion:
59 comments Page 6 of 6.

Yogesh said:   9 years ago
Purpose of notation is?

Pawan said:   9 years ago
What is KR notation?

Tanmay said:   1 decade ago
What is KR notation?

Raja said:   1 decade ago
Thanks muthukumar.

Ponnuvel said:   9 years ago
Thanks @Mahender.

Uma said:   1 decade ago
What is notation?

PVB said:   5 years ago
Thanks @Mahendra.

Ali Umar said:   1 decade ago
Thanks Mahendre

Sudheer said:   1 decade ago
Who is KR?


Post your comments here:

Your comments will be displayed after verification.