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
Is using exit() the same as using return?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Explain the process of converting a Tree into a Binary Tree.
what is the structure?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
How can I invoke another program from within a C program?
how to find sum of 5 digits in C?
Write a program to swap two numbers without using a temporary variable?
how could explain about job profile
Program to find the sum of digits of a given number until the sum becomes a single digit
Differentiate between the = symbol and == symbol?