How can I recover the file name given an open stream or file descriptor?
what is the mean of c languages.
What are local variables c?
What are lookup tables in c?
please explain every phase in the "SDLC" in the dotnet.
While(1) { } when this loop get terminate is it a infinite loop?
What is the difference between printf and scanf )?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
Why c language is called c?
what are the different storage classes in c?
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
Explain pointer. What are function pointers in C?
What is the difference between array and pointer in c?