Whats s or c mean?
No Answer is Posted For this Question
Be the First to Post Answer
how to find out the union of two character arrays?
There seem to be a few missing operators ..
In C language what is a 'dangling pointer'?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What does the c preprocessor do?
read an array and search an element
Explain the bubble sort algorithm.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
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.
What’s the special use of UNIONS?
how to add our own function in c library please give details.?
Can you please explain the scope of static variables?