code for replace tabs with equivalent number of blanks


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

Post New Answer

More C Interview Questions

What are the advantages and disadvantages of a heap?

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


What is null in c?

0 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,






What does it mean when a pointer is used in an if statement?

0 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


What is #include stdlib h?

0 Answers  


what is the use of a array in c

6 Answers  


What is the purpose of macro in C language?

0 Answers   Fidelity,


What is the difference between text and binary modes?

0 Answers  


can a union be self-referenced?

1 Answers  


Categories