How can I read a directory in a C program?
Answer Posted / hussain reddy
#include<stdio.h>
void main()
{
printf("%s",_agrv[0]);
}
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Differentiate between calloc and malloc.
Can two or more operators such as and be combined in a single line of program code?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is a example of a variable?
Write the Program to reverse a string using pointers.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
what value is returned to operating system after program execution?
What is volatile variable in c with example?
Where static variables are stored in memory in c?
What is the equivalent code of the following statement in WHILE LOOP format?
What is the most efficient way to count the number of bits which are set in an integer?
c language interview questions & answer
What is the value of uninitialized variable in c?
What does void main return?
How many header files are in c?