marge linklist
No Answer is Posted For this Question
Be the First to Post Answer
what is a function pointer and how all to declare ,define and implement it ???
What is a union?
How can you print HELLO WORLD without using "semicolon"?
Explain how are portions of a program disabled in demo versions?
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.
why effort estimation is important?
How do you define structure?
What are 'near' and 'far' pointers?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
can you change name of main()?how?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Write a small C program to determine whether a machine's type is little-endian or big-endian.