Can we declare function inside main?
What compilation do?
7 Answers Geometric Software, Infosys,
Which is better oop or procedural?
What is a good data structure to use for storing lines of text?
why programming language C is still used in operating system's kernel??
What are actual arguments?
can we access one file to one directory?
How can I delete a file?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is the mean of this statement:: if(int i=0 * i=9)
Is c++ based on c?
What are reserved words with a programming language?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }