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


Can I pass constant values to functions which accept structure
arguments?

Answers were Sorted based on User's Feedback



Can I pass constant values to functions which accept structure arguments?..

Answer / siva

We cannot pass constant values to functions.

Is This Answer Correct ?    6 Yes 1 No

Can I pass constant values to functions which accept structure arguments?..

Answer / guest

No. C has no way of generating anonymous structure values.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Why c is a mother language?

0 Answers  


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


In which area global, external variables are stored?

3 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


Difference between pass by reference and pass by value?

0 Answers   TCS, TISL,


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


why we are using float in C

4 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


Is c still used?

0 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


can anyone please tell about the nested interrupts?

0 Answers  


Categories