What is selection sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
I have a varargs function which accepts a float parameter?
write a program that will print %d in the output screen??
What is c standard library?
will u please send me the placement papers to my mail???????????????????
What is the scope of static variables?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
How can I do graphics in c?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Explain how can you determine the size of an allocated portion of memory?
How many parameters should a function have?
What are the 32 keywords in c?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?