11. Look at the Code:
#include<string.h>
void main()
{
char s1[]="abcd";
char s2[10];
char s3[]="efgh";
int i;
clrscr();
i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd"));
printf("%d",i);
}

What will be the output?
A)No output B) A Non Integer C)0 D) Garbage

Answer Posted / basha

No out put will come bcoz errors are there in the program

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what math functions are available for integers? For floating point?

602


Do you know the difference between malloc() and calloc() function?

601


What are the ways to a null pointer can use in c programming language?

581


Why c is called object oriented language?

573


What is the collection of communication lines and routers called?

604






A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

616


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

1590


List out few of the applications that make use of Multilinked Structures?

1277


What is scope rule of function in c?

539


Explain how can I read and write comma-delimited text?

638


What is the use of void pointer and null pointer in c language?

616


Is c easy to learn?

550


Why we use conio h in c?

577


how many errors in c explain deply

1622


What is the symbol indicated the c-preprocessor?

686