Is it better to use a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are all different types of pointers in c?
How can you call a function, given its name as a string?
What is difference between arrays and pointers?
What is the difference between exit() and _exit() function in c?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
What is structure in c explain with example?
to get a line of text and count the number of vowels in it
how to implement stack work as a queue?
What standard functions are available to manipulate strings?
What is ## preprocessor operator in c?