How do we select the big element or any other operation
from array which is read dynamically. user need to give the
elements only no need to mention the size.
No Answer is Posted For this Question
Be the First to Post Answer
What is an arrays?
Explain how can you be sure that a program follows the ansi c standard?
What is a good data structure to use for storing lines of text?
Explain what is the concatenation operator?
What is the explanation for prototype function in c?
Explain high-order and low-order bytes.
Is file a keyword in c?
What is a macro, and explain how do you use it?
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.
What is the full form of getch?
what is the difference between char * const and const char *?
what's the return value of malloc()