A
Q. What is the output of this function call?
Code:
#include <stdio.h>
int main() {
printf("%d", strcmp("abc", "abc"));
return 0;
}
int main() {
printf("%d", strcmp("abc", "abc"));
return 0;
}
- Correct Answer - Option(C)
- Views: 25
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.