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);
}
Find the output

Answer Posted / mahadev shinde

ncompatible types in assignment of `s2' to `s1'

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where in memory are my variables stored?

1249


How to delete a node from linked list w/o using collectons?

2828


What are local static variables?

1210


What is c basic?

1228


What are the different types of control structures in programming?

1183


What are the differences between Structures and Arrays?

1276


Explain what are the advantages and disadvantages of a heap?

1130


what is the difference between 123 and 0123 in c?

1279


Is fortran still used in 2018?

1099


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5332


Why void main is used in c?

1106


Explain main function in c?

1139


What is the purpose of 'register' keyword?

1139


What is FIFO?

1843


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1550