the operator for exponencation is
a.**
b.^
c.%
d.not available

Answer Posted / sundeep

b.^

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C program to find all possible outcomes of a dice?

1848


How can I avoid the abort, retry, fail messages?

651


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5053


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

579


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1563






Differentiate between calloc and malloc.

751


What are run-time errors?

594


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1845


Can you think of a logic behind the game minesweeper.

2004


Is a house a shell structure?

688


What is derived datatype in c?

627


What does %c mean in c?

643


Is boolean a datatype in c?

539


What does nil mean in c?

667


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

726