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...

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

answer:c

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is boolean in c?

1028


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

1255


How is = symbol different from == symbol in c programming?

981


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1945


Describe static function with its usage?

1150


Explain what is the best way to comment out a section of code that contains comments?

1091


I came across some code that puts a (void) cast before each call to printf. Why?

1149


Give basis knowledge of web designing ...

1977


Is c still used?

990


Explain the advantages of using macro in c language?

947


What is hash table in c?

965


Explain what are the different file extensions involved when programming in c?

1048


What is a ternary operator in c?

1053


Explain what are preprocessor directives?

1010


Explain the difference between getch() and getche() in c?

931