general for is %wd,f-d; in this system "w" means

a) 'w' represent total width of digits

b) 'w' represent width which includes the digits before,after decimal place and the decimal point

c) 'w' represent width which includes the digits before only

d) 'w' represent width after decimal place only


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why c is a procedural language?

0 Answers  


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


How do you redirect a standard stream?

0 Answers  


Which programming language is best for getting job 2020?

0 Answers  


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,






What are header files in c?

0 Answers  


plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


Explain high-order and low-order bytes.

0 Answers  


How can I get random integers in a certain range?

0 Answers  


Categories