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

Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


What is typedef example?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


ASCII stands for

1 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


What are the types of variables in c?

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


Categories