Can one function call another?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is a program flowchart and explain how does it help in writing a program?
Do pointers take up memory?
Are pointers integer?
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.
Explain zero based addressing.
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain the difference between struct and union.
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is a far pointer in c?
What is assert and when would I use it?
What are all different types of pointers in c?