code for replace tabs with equivalent number of blanks
No Answer is Posted For this Question
Be the First to Post Answer
When should the register modifier be used? Does it really help?
to find the closest pair
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
what do you mean by defining a variable in our c code?
What is difference between array and structure in c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is typedef?
What is the difference between realloc() and free()
Write a program to print factorial of given number using recursion?
What is FIFO?
number of times a digit is present in a number