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
Which is best linux os?
Which is the memory area not included in C program? give the reason
Why do we use namespace feature?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Why do we need a structure?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is a pointer in c plus plus?
What is the easiest sorting method to use?
What is volatile keyword in c?
What is the difference between fread and fwrite function?
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.
What is pointer in c?
what is a function method?give example?
What is the difference between functions abs() and fabs()?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.