How do you sort filenames in a directory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain why C language is procedural?

0 Answers   GE,


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  






how to swap 4 number without using temporary number?

2 Answers  


WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


What is the difference function call by value & function call by reference?

6 Answers  


What is the meaning of ?

0 Answers  


Categories