Between macros and functions,which is better to use and why?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


how to write palindrome program?

3 Answers  


What is bash c?

0 Answers  


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

0 Answers  






What is the use of parallelize in spark?

0 Answers  


Why main is used in c?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


What is the description for syntax errors?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


What is self-referential structure in c programming?

0 Answers  


What is the collection of communication lines and routers called?

0 Answers  


Categories