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

main()
{
char p[] = "hello world!";
p = "vector";
printf("%s",p);
}

Answer Posted / amir khan

Vector because char a[] gives error due to empty parenthesis

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of volatile in c language?

1184


What is self-referential structure in c programming?

1276


What is a wrapper function in c?

1167


What is the condition that is applied with ?: Operator?

1179


What is the difference between printf and scanf in c?

1427


Are the expressions * ptr ++ and ++ * ptr same?

1203


What is restrict keyword in c?

1165


Explain data types & how many data types supported by c?

1131


What are terms in math?

1097


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1130


What is substring in c?

1256


Explain what is the purpose of "extern" keyword in a function declaration?

1122


How do you define structure?

1087


what is the basis for selection of arrays or pointers as data structure in a program

4340


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1372