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
Explain the use of 'auto' keyword in c programming?
What is #include stdio h and #include conio h?
How the c program is executed?
Explain how are portions of a program disabled in demo versions?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What does %d do in c?
Should I learn data structures in c or python?
What is string concatenation in c?
Explain how can you be sure that a program follows the ansi c standard?
What is 2 d array in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is the difference between the expression “++a” and “a++”?