Explain which function in c can be used to append a string to another string?
No Answer is Posted For this Question
Be the First to Post Answer
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
how to write a data 10 in address location 0x2000
main() { printf("hello"); fork(); }
What are header files and what are its uses in C programming?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How can I call a function with an argument list built up at run time?
Is printf a keyword?
I need previous papers of CSC.......plz help out by posting them.......
Can we compile a program without main() function?
what is meant by flushll() in c programming?
write the program to find multiplication of 2-D matrix??????????
String concatenation