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

Answer Posted / sraddha

d.not available is d right ans.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a program flowchart and how does it help in writing a program?

665


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

663


What is the size of a union variable?

600


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22232


Are pointers integer?

551






What is the right type to use for boolean values in c? Is there a standard type?

566


What is structure packing in c?

608


What is boolean in c?

613


What is the role of && operator in a program code?

568


When is a “switch” statement preferable over an “if” statement?

650


What will be the outcome of the following conditional statement if the value of variable s is 10?

767


explain what are actual arguments?

635


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

588


writ a program to compare using strcmp VIVA and viva with its output.

1525


What is a double c?

591