main() { char *a = "Hello "; char *b = "World"; clrscr(); printf("%s", strcpy(a,b)); } a. “Hello” b. “Hello World” c. “HelloWorld” d. None of the above
4 14841Post New Corporate Society C Code Interview Questions
Which are the wings of sri harikotah range ( shar )?
How to reverse a linked list iterative algorithm?
Are strings immutable in c++?
how meny typs of renging rod?
What is dom parsing?
What is the difference between technical consultant and functional consultant with respect to their roles and responsibilities?
How ENQ and DEQ used in CICS?
Which types of application can be developed using node.js?
How do I open outlook email?
What is cargo planning? How do you do that and what are the most Important factors that are kept in mind while planning?
Explain the use of new keyword?
How do you calculate roots in java?
What do you understand by the terminology robotic automation?
What are the operators used in select statements?
How would you create getter and setter methods in ruby?