Explain how do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
What is 'bus error'?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
write a c program to convert fahrenheit to celsius?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Why clrscr is used after variable declaration?
What is structure pointer in c?
Explain what is the heap?
What are called c variables?
What does. int *x[](); means ?
What is the use of static variable in c?