If I have a char * variable pointing to the name of a function ..
No Answer is Posted For this Question
Be the First to Post Answer
What is zero based addressing?
Explain how are portions of a program disabled in demo versions?
Why is it usually a bad idea to use gets()? Suggest a workaround.
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
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,
post new interiew question and aptitude test papers
All technical questions
Why is the code below functioning. According to me it MUST NOT.
What is the use of putchar function?
What is a file descriptor in c?
Write a c program using for loop in switch case?
What do you mean by c what are the main characteristics of c language?