Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between macros and inline functions?

Answer Posted / karna

when macro function executing the program control go to that macro function definition part
when inline function executed the definition part of function
came in inline functin call part and executed...program control not chance in any where of the program...

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which header file is used for clrscr?

1104


Why is a semicolon (;) put at the end of every program statement?

1123


How do you convert strings to numbers in C?

1292


Write a program for finding factorial of a number.

1140


Is a house a mass structure?

1152


When is a “switch” statement preferable over an “if” statement?

1206


What is hashing in c?

1209


What are external variables in c?

1161


Are local variables initialized to zero by default in c?

1092


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

3158


Explain the meaning of keyword 'extern' in a function declaration.

1203


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1684


What are the types of arrays in c?

1236


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1115


Write a program to print fibonacci series using recursion?

1129