What is an array in c?
which of 'arrays' or 'pointers' are faster?
Is there any demerits of using pointer?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
If you know then define #pragma?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Explain what is meant by 'bit masking'?
how to make program without <> in library.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
how can i sort numbers from ascending order and descending order using turbo c..
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
Does free set pointer to null?
How to add two numbers with using function?