What is the notation for following functions?
1.
int func(int a, int b)
{
/*Some code*/
}
2.
int func(a, b)
int a; int b;
{
/*Some code*/
}
1.
int func(int a, int b)
{
/*Some code*/
}
2.
int func(a, b)
int a; int b;
{
/*Some code*/
}
1. KR Notation and 2. ANSI Notation
1. Pre ANSI C Notation and 2. KR Notation
1. ANSI Notation and 2. KR Notation
1. ANSI Notation and 2. Pre ANSI Notation
Hãy suy nghĩ và trả lời câu hỏi trước khi xem đáp án
Tổng hợp câu hỏi trắc nghiệm lập trình C/C++ có đáp án và lời giải đầy đủ nhằm giúp các bạn dễ dàng ôn tập lại toàn bộ các kiến thức.