Explain what is the difference between functions abs() and fabs()?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Explain the difference between null pointer and void pointer.
What is an volatile variable?
write an algorithm to display a square matrix.
What are reserved words?
Explain what are the standard predefined macros?
Write a program in c to input a 5 digit number and print it in words.
What is the difference between declaring a variable and defining a variable?
prog for 1st five prime numbers in 2^x - 1
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
how to go with this?