What do you understand by friend-functions? How are they used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the acronym for ansi?

0 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


how to generate sparse matrix in c

3 Answers  


What is declaration and definition in c?

0 Answers  






while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


What is difference between %d and %i in c?

0 Answers  


How do I round numbers?

0 Answers  


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


Explain data types & how many data types supported by c?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


What is use of pointer?

0 Answers  


Categories