What is linear search?
No Answer is Posted For this Question
Be the First to Post Answer
How will you find a duplicate number in a array without negating the nos ?
What is the scope of local variable in c?
How can I return multiple values from a function?
What is the difference between null pointer and the void pointer?
C program to read the integer and calculate sum and average using single dimensional array
How do you determine a file’s attributes?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
WHAT IS HIGH LEVEL LANGUAGE?
write an interactive program to generate the divisors of a given integer.
What is the purpose of void pointer?
Explain how can a program be made to print the line number where an error occurs?