Which is better pointer or array?
No Answer is Posted For this Question
Be the First to Post Answer
What are linked lists in c?
Program to display given 3 integers in ascending order
how to make program without <> in library.
How do I copy files?
Write a program to generate random numbers in c?
Is it valid to address one element beyond the end of an array?
Why C language is a procedural language?
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.
Tell me when would you use a pointer to a function?
What does void main () mean?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
What is the difference between functions abs() and fabs()?