String concatenation
Answers were Sorted based on User's Feedback
Answer / shrikantauti
it appends two strings. for this strcat() is used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Write a function that will take in a phone number and output all possible alphabetical combinations
write a program whose output will be- 1 12 123 1234
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Taking an example,differentiate b/w loader and linker ?
What is static memory allocation?
Explain what is wrong with this program statement? Void = 10;
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
Explain how can you tell whether two strings are the same?
What is the purpose of 'register' keyword in c language?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What does #pragma once mean?
What is the advantage of an array over individual variables?