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.
only C code 1. Given: char x[]="Hello"; Write the line of code that prints the value of variable x using printf 2. Given
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am