#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}

Answer Posted / madhavi

%d

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5464


What is the heap in c?

645


Here is a neat trick for checking whether two strings are equal

566


How can I find out if there are characters available for reading?

647


What is malloc calloc and realloc in c?

670






Which is better oop or procedural?

634


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


Why c is a mother language?

554


can any one tel me wt is the question pattern for NIC exam

1558


how to write optimum code to divide a 50 digit number with a 25 digit number??

2755


What is printf () in c?

578


What are # preprocessor operator in c?

632


Why c is called object oriented language?

590


Explain what are preprocessor directives?

627


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1372