the operator for exponencation is
a.**
b.^
c.%
d.not available
Answer Posted / valli
No expoenetial operator avaialble.
but library function pow() can be used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is null valid for pointers to functions?
What is a wrapper function in c?
What do you mean by a sequential access file?
What is queue in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What does %d do?
Explain what is the general form of a c program?
Explain which function in c can be used to append a string to another string?
What is c system32 taskhostw exe?
What are the 5 types of inheritance in c ++?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
When can you use a pointer with a function?
What is 2 d array in c?
What is an example of structure?
What happens if a header file is included twice?