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
What are the languages are portable and platform independent?Why they are like that?
please explain every phase in the "SDLC" in the dotnet.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are types of structure?
How do you view the path?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What does it mean when the linker says that _end is undefined?
How to write c functions that modify head pointer of a linked list?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the difference between text and binary i/o?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
How can we open a file in Binary mode and Text mode?what is the difference?