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...

#define f(x)
main()
{
printf("\n%d",f(2+2));
}

Answer Posted / civa

Compiler Error "error: syntax error before ')' token"

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indirection in c?

1116


Are there namespaces in c?

1186


Explain enumerated types in c language?

1103


Explain what is wrong in this statement?

1178


Explain what is wrong with this program statement? Void = 10;

1309


How to find a missed value, if you want to store 100 values in a 99 sized array?

1461


What is #define size in c?

1266


What is the ANSI C Standard?

1327


What is a macro?

1163


what are the advantages of a macro over a function?

1191


Where are local variables stored in c?

1091


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1163


What is the benefit of using const for declaring constants?

1102


Are the expressions * ptr ++ and ++ * ptr same?

1205


Explain what is dynamic data structure?

1218