What math functions are available for integers? For floating point?
No Answer is Posted For this Question
Be the First to Post Answer
const char * char * const What is the differnce between the above tow?.
What is LINKED LIST? How can you access the last element in a linked list?
char ch="{'H','I',0};printf("%s",ch);what is output
Write a program to swap two numbers without using a temporary variable?
What is ambagious result in C? explain with an example.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is a good way to implement complex numbers in c?
write a program to print sum of each row of a 2D array.
Can a function argument have default value?
Why is c so important?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
How to add two numbers with using function?