What happens if a header file is included twice?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using linked list for tree construction?
how to print this pyramid * * * * * * * * * * * * *
write a program to add two numbers of any size.....(remember any size)
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the difference b/w main() in C language and main() in C++.
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is an array? What the different types of arrays in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How do you declare a variable that will hold string values?
can we execute the program with the object file
What are dangling pointers? How are dangling pointers different from memory leaks?
What is a sequential access file?