How the C program can be compiled?
Answers were Sorted based on User's Feedback
biggest of two no's with out using if condition statement
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.
Write a program to swap two numbers without using the third variable?
How to implement a packet in C
What is static memory allocation?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
How can I remove the trailing spaces from a string?
How do you define CONSTANT in C?
wap to print "hello world" without using the main function.
What is gets() function?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is sizeof int?