What is c mainly used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is string function in c?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
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.
Differentiate between #include<...> and #include '...'
When should the const modifier be used?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What are the similarities between c and c++?
What do you mean by Recursion Function?
How to compare array with pointer in c?
Do you know what is a programing language ?
Program to find the value of e raised to power x using while loop
How do I convert a string to all upper or lower case?