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


What is meant by
int fun const(int a, int b) {

....
...

}



What is meant by int fun const(int a, int b) { .... ... } ..

Answer / srv

In function 'fun' we have made variable a & b constant.
It means we are never going to alter the values of varibles
(a&b).if tried then error will be messaged.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More C Interview Questions

how to convert an char array to decimal array

4 Answers  


What is binary tree in c?

0 Answers  


why you will give me a job in TCS.

7 Answers   TCS,


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


What is the sizeof () a pointer?

0 Answers  


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


What is maximum size of array in c?

0 Answers  


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

0 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Calculate 1*2*3*____*n using recursive function??

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


Categories