What is a nested formula?
difference between memcpy and strcpy
how do you redirect stdout value from a program to a file?
Dear Sir, we are required the bubble sorting programs Regs Prem
what is a function pointer and how all to declare ,define and implement it ???
What is 2 d array in c?
Describe wild pointers in c?
Explain the use of keyword 'register' with respect to variables.
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,
Write a program to exchange two variaables without temp
What is the importance of c in your views?
What are volatile variables?
What are file streams?