Explain how do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
What are the functions to open and close file in c language?
Why do we use namespace feature?
Explain how can I read and write comma-delimited text?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is a class?
I have a varargs function which accepts a float parameter?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What is substring in c?
which will be first in c compiling ,linking or compiling ,debugging.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Which is an example of a structural homology?