why we are using float in C
Answers were Sorted based on User's Feedback
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Is it better to bitshift a value than to multiply by 2?
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.
if we take a number as a char then can we manipulate(add, subtract) on this number
what is linkage error when it occurs in c program
What is the general form of a C program?
When should you not use a type cast?
Explain what is the difference between #include and #include 'file' ?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What are the back slash character constants or escape sequence charactersavailable in c?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.