Which one would you prefer - a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
How can you determine the size of an allocated portion of memory?
What is n in c?
What is a pointer?
write a own function for strstr
How can I manipulate individual bits?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Write a Program to find whether the given number or string is palindrome.
What are formal parameters?
What is the difference between array_name and &array_name?
What does double pointer mean in c?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
Was 2000 a leap year?