How can I discover how many arguments a function was actually called with?
What will be your course of action for a push operation?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Was 2000 a leap year?
Why does everyone say not to use gets?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Explain what is output redirection?
Why ca not I do something like this?
How do we declare variables in c?
Add Two Numbers Without Using the Addition Operator
how to make a scientific calculater ?
Explain what’s a signal? Explain what do I use signals for?
#include
What is structure padding and packing in c?
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