What is const volatile variable in c?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
Why preprocessor should come before source code?
What is c value paradox explain?
What is the advantage of a random access file?
Why isn't it being handled properly?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
Which are low level languages?
What is an operator?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
Can you write the function prototype, definition and mention the other requirements.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.