Explain what is the difference between functions abs() and fabs()?
No Answer is Posted For this Question
Be the First to Post Answer
What the advantages of using Unions?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
What is the purpose of sprintf?
What is modifier & how many types of modifiers available in c?
largest Of three Number using without if condition?
how can i calculate mean,median,mode by using c program
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
what is the stackpointer
how the compiler treats any volatile variable?Explain with example.
what is c language?
What is the difference between array_name and &array_name?
What is the difference between ‘g’ and “g” in C?