Computer Science, asked by kavyarupa1013, 1 day ago

void func_1()
 {    
      int local_variable;   
      local_variable=100 ; 
}
 void func_2() 
{    
     char local_variable;    
     local_variable = 'a'; 
}
Is this correct or not?​

Answers

Answered by knaitikkumar722
1

Answer:

this is correct

Explanation:

ok mark me as barnliest

Similar questions