Explain how do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
write a program whose output will be- 1 12 123 1234
what is the difference between strcpy() and memcpy() function?
How do c compilers work?
What is wild pointer in c?
What is pivot in c?
Here is a neat trick for checking whether two strings are equal
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
write a own function for strstr