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

f(x,y,z)
{
y = y+1;
z = z+x;
}
main()
{
int a,b;
a = 2
b = 2;
f(a+b,a,a);
print a;
}

what is the value of 'a' printed

Answer Posted / rahul

6

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the primitive data types in c?

1008


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

1172


How can I make it pause before closing the program output window?

992


What is sizeof int?

1051


List some applications of c programming language?

904


Describe wild pointers in c?

1064


Explain what does the function toupper() do?

1008


What are reserved words with a programming language?

1059


How can I write a function that takes a format string and a variable number of arguments?

1005


What are the types of c language?

982


If null and 0 are equivalent as null pointer constants, which should I use?

1122


Why is sizeof () an operator and not a function?

987


What is pre-emptive data structure and explain it with example?

3662


In which language linux is written?

1171


Describe the difference between = and == symbols in c programming?

1301