only C code 1. Given: char x[]="Hello"; Write the line of code that prints the value of variable x using printf 2. Given

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

only C code 1. Given: char x[]="Hello"; Write the line of code that prints the value of variable x using printf 2. Given

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply