What header files do I need in order to define the standard library functions I use?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of in c?
What is an arrays?
What are the difference between a free-standing and a hosted environment?
Can we write a program without main() function?
what is the difference between i++ and ++i?
What is a built-in function in C?
What is build process in c?
What are valid operations on pointers?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What is a newline escape sequence?
what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,