What is the difference between formatted&unformatted i/o functions?
No Answer is Posted For this Question
Be the First to Post Answer
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
How can you increase the size of a statically allocated array?
How can I make it pause before closing the program output window?
How do you write a program which produces its own source code as output?
What do you mean by a local block?
What is a string?
Are pointers integers in c?
What is the difference between formatted&unformatted i/o functions?
What is the use of typedef in structure in c?
void main() { int i=5; printf("%d",i+++++i); }
2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.