illustrate the use of address operator and dereferencing
operator with the help of a program
guys plzzz help for this question
No Answer is Posted For this Question
Be the First to Post Answer
How does placing some code lines between the comment symbol help in debugging the code?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What extern c means?
how to write palindrome program?
what is unsigened char and what is the difference from char
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Tell me what is null pointer in c?
Write a program to reverse a given number in c?
How can I use a preprocessorif expression to ?
what are the general concepts of c and c++
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop