what are the advantages of a macro over a function?
No Answer is Posted For this Question
Be the First to Post Answer
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
given post order,in order construct the corresponding binary tree
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
what is memory leak?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
Can the sizeof operator be used to tell the size of an array passed to a function?
What is function what are the types of function?
implement OR gate without using any bitwise operator.
What do the functions atoi(), itoa() and gcvt() do?