code for replace tabs with equivalent number of blanks
No Answer is Posted For this Question
Be the First to Post Answer
What is a stream?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
What do you mean by command line argument?
How can I invoke another program or command and trap its output?
write a program to create a sparse matrix using dynamic memory allocation.
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
writw a program to insert an element in the begning of a doubly linked list
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
how many error occurs in C language ?
Explain threaded binary trees?
What is the difference between text files and binary files?