Explain how do you sort filenames in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these
write a program to display the frequency of each element in a given array in c language
Explain how do you determine whether to use a stream function or a low-level function?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
Explain how can I pad a string to a known length?
Table of Sudoku n*n
Where register variables are stored in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What does emoji p mean?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is an object?