Question 543: 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 */
}
tcs
wipro
infosys
general
aptitude
functions
c-programming
KR Notation means Kernighan and Ritche Notation.