what is disadvantage of pointer in C
Answer Posted / patel arbaz
The value of pointer can be changed at any given time using
call by reference
and the answer may get wrong....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
a value that does not change during program execution a) variabe b) argument c) parameter d) none
How can you increase the size of a dynamically allocated array?
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.
In which header file is the null macro defined?
Why c is called a mid level programming language?
application attempts to perform an operation?
Explain how do you determine a file’s attributes?
What is the size of structure in c?
using for loop sum 2 number of any 4 digit number in c language
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is malloc() function?
What is a void pointer? When is a void pointer used?
What is #define used for in c?
Can you mix old-style and new-style function syntax?