What is malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
Why shouldn’t I start variable names with underscores?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
What is sizeof int in c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
const char * char * const What is the differnce between the above tow?.
What are the rules for the identifier?
How can I copy just a portion of a string?
Explain what is the purpose of "extern" keyword in a function declaration?
Compare and contrast compilers from interpreters.
Is c dynamically typed?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
What is pass by reference in functions?