What is the meaning of
?
No Answer is Posted For this Question
Be the First to Post Answer
explain what are actual arguments?
What is the symbol indicated the c-preprocessor?
write a prgram of swapping with 2 valiables
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.
How do you list files in a directory?
Explain the difference between structs and unions in c?
how to generate the length of a string without using len funtion?
Do you know null pointer?
Can the curly brackets { } be used to enclose a single line of code?
What is difference between array and structure in c?
suppose there are five integers write a program to find larger among them without using if- else
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.