How many parameters should a function have?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
Give differences between - new and malloc() , delete and free() ?
Who is invented by c?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Explain what is the difference between functions abs() and fabs()?
What is pre-emptive data structure and explain it with example?
Explain setjmp()?
Why void main is used in c?
What is the difference between far and near ?
What is #line?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain built-in function?