what are the advantages of a macro over a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of macro in C language?
find the sum of two matrices and WAP for it.
write a program to sort the elements in a given array in c language
Explain the red-black trees?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Why does the call char scanf work?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
What are the advantage of c language?
What does s c mean in text?
What are the string functions? List some string functions available in c.