write a program of palindrome(madam=madam) using pointer?
Answer Posted / rajni
write a program for array to pointer and pointer of an
array?
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the right type to use for boolean values in c? Is there a standard type?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Explain high-order and low-order bytes.
application attempts to perform an operation?
What is the purpose of scanf() and printf() functions?
How we can insert comments in a c program?
Explain bitwise shift operators?
What is the general form of a C program?
What is the use of header?
write a program to find out prime number using sieve case?
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.
while initialization of array why we use a[][2] why not a[2][]...?
How many levels of indirection in pointers can you have in a single declaration?
What is the most efficient way to store flag values?
What is the argument of a function in c?