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()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?

Answer Posted / yogendra jain

Ramco Systems
India

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1133


What is the use of c language in real life?

975


i have a written test for microland please give me test pattern

2671


What is pointer & why it is used?

1064


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

1265


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1017


Explain what is the benefit of using an enum rather than a #define constant?

1172


What is the difference between local variable and global variable in c?

1169


Describe dynamic data structure in c programming language?

1043


By using C language input a date into it and if it is right?

1024


What is hashing in c language?

1195


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

963


If the size of int data type is two bytes, what is the range of signed int data type?

980


What are examples of structures?

1032


Can a variable be both constant and volatile?

1047