Answer Posted / manju
It increases the speed of excecution when there is a need
for the usage of arrays....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any data type in c with variable size?
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 data structure in c and its types?
What is pointer & why it is used?
Explain how can you tell whether a program was compiled using c versus c++?
What is data structure in c programming?
Explain what is meant by high-order and low-order bytes?
What is %d used for?
Write a factorial program using C.
What is structure in c language?
Difference between pass by reference and pass by value?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is clrscr ()?
How do I copy files?
What language is c written?