macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answers were Sorted based on User's Feedback
What is the difference between Printf(..) and sprint(...) ?
Write a program to print “hello world” without using semicolon?
Write a program for Overriding.
Explain what is the difference between the expression '++a' and 'a++'?
What does a function declared as pascal do differently?
code for copying two strings with out strcpy() function.
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Why is c known as a mother language?
what will happen if you free a pointer twice after allocating memory dynamically ?
Why c is called a mid level programming language?
what is void pointer?
What is the difference between printf and scanf )?