Explain the difference between malloc() and calloc() in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
how to print this pyramid * * * * * * * * * * * * *
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
How main function is called in c?
what does keyword ‘extern’ mean in a function declaration?
what is difference between procedural language and functional language ?
What is a lvalue
what is data structure.in linear and non linear data structures which one is better?Explain
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
Why should I prototype a function?