What do you understand by friend-functions? How are they used?
No Answer is Posted For this Question
Be the First to Post Answer
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
What are header files why are they important?
print 1-50 with two loop & two print Statement
What does sizeof return c?
why do some people write if(0 == x) instead of if(x == 0)?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
Determine if a number is a power of 2 at O(1).
What is a pointer value and address in c?
What is a lvalue
where do we use volatile keyword?
Explain Function Pointer?
what type of questions arrive in interview over c programming?