Why does not c have an exponentiation operator?


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

Post New Answer

More C Interview Questions

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  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


How can I change the size of the dynamically allocated array?

0 Answers  


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  






What is include directive in c?

0 Answers  


how memory store byte

4 Answers   Huawei,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


what are the stages of compilation

1 Answers   Bosch,


What is wrong with this declaration?

0 Answers  


What are dangling pointers? How are dangling pointers different from memory leaks?

1 Answers  


Categories