Explain which function in c can be used to append a string to another string?
No Answer is Posted For this Question
Be the First to Post Answer
advantages of pointers?
How can I return multiple values from a function?
How to declare a variable?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
How is a structure member accessed?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Is it better to bitshift a value than to multiply by 2?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
write a c program to print "Welcome" without using semicolon in the whole program ??
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Difference between goto, long jmp() and setjmp()?