in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first
a) 6.6/a
b) 2*a
c) 3*c
d) 2/n
what is void pointer?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
code for replace tabs with equivalent number of blanks
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
Is c is a high level language?
What is c basic?
what is an array
What is the difference between printf and scanf )?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
why we use pointer in c
What is 1d array in c?