What do you understand by friend-functions? How are they used?
No Answer is Posted For this Question
Be the First to Post Answer
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Can you tell me how to check whether a linked list is circular?
WHAT IS HEADER?
What is the use of ?: Operator?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
List some basic data types in c?
What is the difference between typedef and #define?
How can I send mail from within a c program?
What do you mean by command line argument?
What is pointer to pointer in c?
What is the difference between functions abs() and fabs()?