Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Que 8 What is the result of the following statements if used in a program? int a=3; float b=4.5; float c=b; printf(%f.c): Not yet answered

image text in transcribed
Que 8 What is the result of the following statements if used in a program? int a=3; float b=4.5; float c=b; printf("%f".c): Not yet answered O a. 7.500000 Marked out of 1.00 O b. 4.500000 Flag Question O c. 1.50000 O d. 3 Question 9 Which is the correct statement to print the value of variable C? int A = 100.float 3 = 510.5. C = 20.75: Not yet answered Marked out of 1.00 O a printf(" Value of C = %c C): O b. printf(" value of C= %f",0): O c printf(" Value of C= 96f. C) O d. printf(" value of C= %s": Flag question De 10 Find the value of X for the given expression. X= 5 97-4 Not yet answered O a3 Marked out of 1.00 O b.0 Flag O c. 1 Question O d. 2 Question 11 Choose the correct expression in C language for the given expression: Z = (x + Y)/K Not yet answered Marked out of 1.00 Flag question O a. Z= pow(X3) + Y/K O b. Z= (pow(X.3) + Y)/K) O c. Z= (pow(X3) - Y/K) O d. Z (pow(X.3) + Y)/K

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions