Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions