Explain the meaning of keyword 'extern' in a function declaration.
No Answer is Posted For this Question
Be the First to Post Answer
convert 12345 to 54321 withoutusing strig
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.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the size of enum in bytes?
can we execute the program with the object file
How many types of operator or there in c?
What is the process to create increment and decrement stamen in c?
What are the features of c languages?
What is the difference between declaring a variable and defining a variable?
In header files whether functions are declared or defined?
can we store values and addresses in the same array? explain
code for inverse a matrix