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
i want to know aptitude questions,technical questions
write a program which will count occurance of a day between two dates.
Explain how do you determine a file’s attributes?
What is the OOPs concept?
how to use showbits function?
What is period operator in c?
Can a pointer point to null?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Difference between C and Embedded C?
write a progrmm in c language take user interface generate table using for loop?
What is the difference between functions getch() and getche()?