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

int main()
{
int x = (2,3,4);
int y = 9,10,11;
printf("%d %d",x,y);
}
what would be the output?

Answer Posted / hemant kumar

error

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointers in c?

1170


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1235


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1306


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1331


Why isn't it being handled properly?

1122


What header files do I need in order to define the standard library functions I use?

1127


What is const and volatile in c?

1100


Explain what are the advantages and disadvantages of a heap?

1129


How can you invoke another program from within a C program?

1122


In a header file whether functions are declared or defined?

1176


Tell me when would you use a pointer to a function?

1126


Is fortran faster than c?

1086


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

1141


What does void main return?

1199


What is #define?

1198