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 / rishab

Answer is 0, if you will correct the syntax

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1375


Is there a way to jump out of a function or functions?

1169


What is the difference between variable declaration and variable definition in c?

1107


What would be an example of a structure analogous to structure c?

1053


What is malloc return c?

1081


What is a scope resolution operator in c?

1331


Which node is more powerful and can handle local information processing or graphics processing?

1374


What are the modifiers available in c programming language?

1281


How to explain the final year project as a fresher please answer with sample project

1028


What is d'n in c?

1179


What is difference between function overloading and operator overloading?

1141


What does stand for?

1144


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2188


How do you define CONSTANT in C?

1370


Why c language?

1125