What is prototype for that c string function?
No Answer is Posted For this Question
Be the First to Post Answer
How do you print a string on the printer?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
What is the hardest coding language to learn?
What happens when the extern "c" char func (char*,waste) executes?
How does throwing and catching exceptions differ from using setjmp and longjmp?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What do you mean by storage classes?
How a new element can be added or pushed in a stack?
What is the use of string in c++?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Give 2 examples of a code optimization?
What is the purpose of extern storage specifier?