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

What is a floating point in c?

604


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

782


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

636


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

689


write a program to print data of 5 five students with structures?

1608






The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2936


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1918


What functions are used in dynamic memory allocation in c?

597


In a switch statement, explain what will happen if a break statement is omitted?

639


How does normalization of huge pointer works?

641


How to establish connection with oracle database software from c language?

1675


The difference between printf and fprintf is ?

720


What is meant by 'bit masking'?

887


What is pointer to pointer in c?

634


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1470