Differentiate abs() function from fabs() function.
No Answer is Posted For this Question
Be the First to Post Answer
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
How can I pad a string to a known length?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
What is size of union in c?
what r callback function?
Can you please explain the difference between malloc() and calloc() function?
How do you sort filenames in a directory?
what are the advantage and disadvantage of recursion
Why can't we initialise member variable of a strucutre
Are local variables initialized to zero by default in c?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
how can use subset in c program and give more example