What math functions are available for integers? For floating point?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between definition and declaration? give me some examples.
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Here is a neat trick for checking whether two strings are equal
write a program to print the one dimensional array.
Explain what is a 'locale'?
Are the outer parentheses in return statements really optional?
What are the various types of control structures in programming?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
How do you prevent buffer overflows in C?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
write a program to find the largest and second largest integer from an array
Explain how can I right-justify a string?