What is prototype for that c string function?



What is prototype for that c string function?..

Answer / Poonam Saini

A prototype for a C-style string function in C++ is a declaration of the function that specifies its return type, name, and parameters. For example, the prototype for the strcpy function is: char* strcpy(char*, const char*);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are the different operators in C++?

3 Answers   HP,


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

1 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


what does the following statement mean? int (*a)[4]

1 Answers  


How to change constant values?

6 Answers   Huawei, Symphony,


Name some pure object oriented languages?

1 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


How the keyword struct is different from the keyword class in c++?

1 Answers  


What is searching?

1 Answers  


What you know about structures in C++?

1 Answers   Agilent, ZS Associates,


What are the c++ access specifiers?

2 Answers  


which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE

5 Answers  


Categories