What is the mean of function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the preprocessor categories?
What is the method to save data in stack data structure type?
what are bit fields in c?
what is diference between return 0 and return NULL??
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is the difference between procedural and declarative language?
Explain what is a pragma?
If the static variable is declared as global, will it be same as extern?
Explain the process of converting a Tree into a Binary Tree.
what is the difference between definition and declaration? give me some examples.
write a programe to find the factorial of given number using recursion
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7