only C code 1. Given: char x[]="Hello"; Write the line of code that prints the value of variable x using printf 2. Given
Posted: Sun Jul 10, 2022 11:25 am
only C code
1.
Given:
char x[]="Hello";
Write the line of code that prints the value of variable x usingprintf
2.
Given the following:
int a,*b;
Write the line of code that assigns the address of integer a tothe pointer b.
Avoid using spaces in your answer.
1.
Given:
char x[]="Hello";
Write the line of code that prints the value of variable x usingprintf
2.
Given the following:
int a,*b;
Write the line of code that assigns the address of integer a tothe pointer b.
Avoid using spaces in your answer.