What does sizeof int return?
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.
What is the memory allocated by the following definition ? int (*x)();
Write a program which returns the first non repetitive character in the string?
In which layer of the network datastructure format change is done
What is function prototype in c with example?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Explain the difference between getch() and getche() in c?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What are predefined functions in c?
which is the best antivirus and how to update it
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
Should I learn data structures in c or python?