Magic square


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

Post New Answer

More C Interview Questions

what value is returned to operating system after program execution?

0 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 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 difference between arrays and pointers?

0 Answers  


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


Explain the properties of union. What is the size of a union variable

0 Answers  


Differentiate between calloc and malloc.

0 Answers   Wipro,


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


How to print "Hi World" without using semi colon?

6 Answers   Infosys,


triangle number finding program...

1 Answers   HCL,


Categories