Saturday, 9 June 2018

String

MCQ:

1. If the first string and the second string both are identical, then strcmp function returns
A) a value of 0 
B) either 1 or 0
C) a value of 1
 D) any positive integer 

No comments:

Post a Comment

ch-12 File Handling

Mcq 1. What does fp point to in the program?   #include<stdio.h> int main() {   FILE *fp;   fp=fopen("trial",...