1. Explain the difference between scanf and printf Answer: What is the output of this code int x = (4/2)*2-(5%3)+6; printf("%d\n",x); 2. ? (Explain) Answer: 3. Write a code that takes two float...


1. Explain the difference between scanf and printf<br>Answer:<br>What is the output of this code<br>int x = (4/2)*2-(5%3)+6;<br>printf(

Extracted text: 1. Explain the difference between scanf and printf Answer: What is the output of this code int x = (4/2)*2-(5%3)+6; printf("%d\n",x); 2. ? (Explain) Answer: 3. Write a code that takes two float numbers from the user and then print the sum of these 2 numebrs. (write comments) Answer: 4. Is 33M and INT33 considered as valid variable names? (explain) Answer: 5. Declare and initialize a float variable and a character variable. Answer:

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here