program to convert a integer to string in c language'
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=400,j=300; printf("%d..%d"); }
Why do we use header files in c?
What are pointers? Why are they used?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
int *a[5] refers to
how the compiler treats any volatile variable?Explain with example.
How can I recover the file name given an open stream or file descriptor?
define string ?
Can you please explain the difference between strcpy() and memcpy() function?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
Why do we need arrays in c?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,