नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
function declarations different; one contains variable arguments
Remarks
One declaration of the function doesn't contain variable arguments. The empty declaration is ignored.
Example
The following example generates C4052:
// C4052.c
// compile with: /W4 /c
int f();
int f(int i, ...); // C4052