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 */
}
Answer: Option
Explanation:
KR Notation means Kernighan and Ritche Notation.
Discussion:
59 comments Page 5 of 6.
Tanmay said:
1 decade ago
What is KR notation?
Manish singh said:
1 decade ago
thanks..N.Muthu Kumar...to explane about these notations
Riya said:
1 decade ago
Can anyone give me the example of Pre ANSI C notation?
Kavita said:
1 decade ago
Plz explain what exactly is these notations are with examples?
Raja said:
1 decade ago
Thanks muthukumar.
Vishnu said:
1 decade ago
Anybody Please explain what are these notation... thanks in advance.
Ram said:
1 decade ago
@Mahender: good explanation. Thank you.
Pravin said:
1 decade ago
What is the use of these notations?
Sudheer said:
1 decade ago
Who is KR?
SWETHA said:
1 decade ago
Please explain it clearly!
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers