#define f(g,h) g##h
main O
int i=0
int var=100
;
print f ("%d"f(var,10));}
wat would be the output??


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

Post New Answer

More C Interview Questions

How to compare array with pointer in c?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


What is difference between class and structure?

0 Answers  


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,






code for copying two strings with out strcpy() function.

6 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


What is #include called?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


What is the auto keyword good for?

0 Answers  


What does c mean before a date?

0 Answers  


Categories