#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answers were Sorted based on User's Feedback
What are the advantages of the functions?
What are preprocessor directives?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is restrict keyword in c?
write a program to add two numbers of any size.....(remember any size)
What does c mean in basketball?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What is the process to create increment and decrement stamen in c?
What is malloc and calloc?
How can you increase the allowable number of simultaneously open files?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays