Why does this code crash?
No Answer is Posted For this Question
Be the First to Post Answer
write a progam to display the factors of a given number and disply how many prime numbers are there?
Why is c platform dependent?
What is the use of header?
Is swift based on c?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is enumerated data type in c?
what is the difference between declaration and definition of a variable or function ?
write a method for an array in which it can display the largest n next largest value.
how to find greatet of 10 numbers without using array?
What should not contain a header file?
What is wrong with this declaration?
can we store values and addresses in the same array? explain