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

#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}

what will happen if you executed this code?

Answer Posted / guest

error wud pop up because u cannot assign arrats or strings
to one another

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I sort a linked list?

1085


Write a program to print ASCII code for a given digit.

1127


What are the back slash character constants or escape sequence charactersavailable in c?

1230


What is infinite loop?

1132


How many bytes are occupied by near, far and huge pointers (dos)?

1217


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1944


What is difference between union All statement and Union?

1160


What is strcmp in c?

1213


How can a number be converted to a string?

1393


What is strcpy() function?

1219


How pointer is different from array?

1146


What is wrong with this statement? Myname = 'robin';

1392


can we change the default calling convention in c if yes than how.........?

2592


Does c have enums?

1174


What are the advantages of c preprocessor?

1315