how to create duplicate link list using C???
No Answer is Posted For this Question
Be the First to Post Answer
How can I increase the allowable number of simultaneously open files?
Is c still relevant?
what are the various memory handling mechanisms in C ?
to get a line of text and count the number of vowels in it
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
can v write main() { main(); } Is it true?
post new interiew question and aptitude test papers
How do you convert strings to numbers in C?
what is unsigened char and what is the difference from char
What is volatile variable in c?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
wat is the difference between array and pointer?