Explain how do you sort filenames in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
How can you find out how much memory is available?
Implement bit Array in C.
12345 1234 123 12 1
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
Explain about the functions strcat() and strcmp()?
write a program to display the frequency of each element in a given array in c language
Describe advantages and disadvantages of the various stock sorting algorithms
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What are the types of data structures in c?
advantages of pointers?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,