Is it better to use a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function to find the area of a triangle whose length of three sides is given
Explain the difference between exit() and _exit() function?
How do you list files in a directory?
Can we replace the struct function in tree syntax with a union?
how to make program without <> in libray.
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
wat s the meaning of (int *)p +4;
Give basis knowledge of web designing ...
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
What the different types of arrays in c?
declare afunction pointer to int printf(char *)?