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

Answer Posted / priyadarshan kasta

it will show a error message as expression syntax error

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are terms in math?

596


Why is %d used in c?

569


Is register a keyword in c?

639


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2195


What are the advantages of c language?

668






What is c token?

615


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

768


Why does not c have an exponentiation operator?

631


What is s in c?

622


What is calloc() function?

627


What is return type in c?

644


Write a program to print factorial of given number without using recursion?

573


int i=10; printf("%d %d %d", i, i=20, i);

1018


Is c programming hard?

578


Can include files be nested? How many levels deep can include files be nested?

660