How do you sort filenames in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
Why is this loop always executing once?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
Is void a keyword in c?
Do you know pointer in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
explain what is an endless loop?
What is meant by errors and debugging?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Explain what are the different data types in c?
write a program to delete an item from a particular location of an linear array?
What is non linear data structure in c?