What is abstract data structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does do in c?
write a program which counts a product of array elements lower than 10.
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
User define function contain thier own address or not.
Why we not create function inside function.
How do you use a pointer to a function?
How can I get the current date or time of day in a c program?
Explain what are the different data types in c?
what is a stack
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
What is c language & why it is used?
What is the difference between null pointer and the void pointer?