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
What are the 5 data types?
What are the 5 elements of structure?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain how are 16- and 32-bit numbers stored?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Explain high-order and low-order bytes.
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Is it possible to pass an entire structure to functions?
What is the use of the function in c?
Which is best book for data structures in c?
What are global variables and explain how do you declare them?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Why do we use main function?