Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 (15 marks, each part is 5 marks) a) Using an example, explain the difference between initialization and declaration in c. You can use
Question 1 (15 marks, each part is 5 marks) a) Using an example, explain the difference between initialization and declaration in c. You can use pseudocode for your explanation.
b) Consider the code snippet given below. The variable sum is of type int. Will this compile? Explain your answer.
int sum = 2 + "2";
c) Is it possible for a pointer to refer an address of another pointer? If yes, explain (3-4 sentences) with an example.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started