Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / ayyanar.m

garbage

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi send me sample aptitude papers of cts?

2222


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2465


What language is lisp written in?

1326


What are the types of type qualifiers in c?

1140


What is the use of getchar() function?

1183


Can we use visual studio for c?

1162


What is clrscr in c?

1171


What are the 3 types of structures?

1067


What are volatile variables in c?

997


What is output redirection?

1279


When we use void main and int main?

1131


What is difference between %d and %i in c?

1309


What is the use of volatile?

1152


What is the purpose of type declarations?

1170


In a header file whether functions are declared or defined?

1176