Is there any book to know about Basics of C Language?
Answers were Sorted based on User's Feedback
Answer / samir
yes,
Programming with C
Author is yashwant Kanetkar
| Is This Answer Correct ? | 4 Yes | 0 No |
What is an lvalue and an rvalue?
Difference between pass by reference and pass by value?
What is #include stdlib h?
What do you mean by Recursion Function?
Can we access the array using a pointer in c language?
When c language was developed?
What extern c means?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is sorting in c plus plus?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
What is property type c?
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.