code for replace tabs with equivalent number of blanks
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages and disadvantages of a heap?
Explain what does the format %10.2 mean when included in a printf statement?
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
What is null in c?
1. main() { printf("%d",printf("HelloSoft")); } Output?
What does it mean when a pointer is used in an if statement?
what is the coding of display the factorial of a number using array and function?
What is #include stdlib h?
what is the use of a array in c
What is the purpose of macro in C language?
What is the difference between text and binary modes?
can a union be self-referenced?