what are two kinds of java
Answers were Sorted based on User's Feedback
Explain the difference between struct and union.
What is putchar() function?
program for reversing a selected line word by word when multiple lines are given without using strrev
When should a type cast not be used?
Dear Sir, we are required the bubble sorting programs Regs Prem
Tell me is null always defined as 0(zero)?
what is a function pointer and how all to declare ,define and implement it ???
program for validity of triangle from 3 side
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
How do I determine whether a character is numeric, alphabetic, and so on?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Why do we need functions in c?