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
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the difference between volatile and const volatile?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are runtime error?
What is the purpose of 'register' keyword?
Explain b+ tree?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are the preprocessor categories?
Explain the difference between call by value and call by reference in c language?
what are bit fields? What is the use of bit fields in a structure declaration?
Differentiate between new and malloc(), delete and free() ?
what is the structure pointer?
Explain what are run-time errors?
#include
What is the code in while loop that returns the output of given code?