what is the most appropriate way to write a multi-statement
macro?



what is the most appropriate way to write a multi-statement macro?..

Answer / thunder

Using '\' forward slash at the end of macro,we can able to
write a multi-statement macro's in our source code.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?

3 Answers   HCL, TCS,


What is maximum size of array in c?

0 Answers  


What is the c value paradox and how is it explained?

0 Answers  


Add Two Numbers Without Using the Addition Operator

0 Answers  


What is the use of ?

0 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 are identifiers c?

0 Answers  


how to get starting address of a running C program

3 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


what is a pointer

4 Answers   Bank Of America, TCS,


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


What is a spanning Tree?

1 Answers   TCS,


Categories