What is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How is actual parameter different from the formal parameter?
What is character constants?
Is it possible to pass an entire structure to functions?
Write a C program to count the number of email on text
What is extern keyword in c?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Taking an example,differentiate b/w loader and linker ?
code for selection sort?
What is structure pointer in c?
Why ca not I do something like this?