Can a function argument have default value?
No Answer is Posted For this Question
Be the First to Post Answer
wap to print "hello world" without using the main function.
what do you mean by defining a variable in our c code?
What is function prototype in c language?
what is use of malloc and calloc?
Do you know what are bitwise shift operators in c programming?
1 232 34543 4567654 can anyone tell me how to slove this c question
how to build a exercise findig min number of e heap with list imlemented?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
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 is a pointer?
main() { int i; printf("%d",i^i); }
How do you list a file’s date and time?