What is the purpose of the statement: strcat (S2, S1)?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to pointer in c language?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What are the advantages of c preprocessor?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is strcmp in c?
In header files whether functions are declared or defined?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What are bitwise shift operators in c programming?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
what is the difference between exit() and _exit() functions?
Do you know what are bitwise shift operators in c programming?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2