Which one would you prefer - a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is register variable in c language?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
whether itis a structured language?
4. main() { int c=- -2; printf("c=%d",c); }
What is stack in c?
What is substring in c?
Find MAXIMUM of three distinct integers using a single C statement
Explain bit masking in c?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What is the advantage of c?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....