Explain how can you tell whether a program was compiled using c versus c++?


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

Post New Answer

More C Interview Questions

input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


can a union be self-referenced?

1 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


Explain can you assign a different address to an array tag?

0 Answers  


What is the process of writing the null pointer?

0 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


How does normalization of huge pointer works?

0 Answers  


What is the use of define in c?

0 Answers  


What is a MAC Address?

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


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 your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


Categories