code for replace tabs with equivalent number of blanks
No Answer is Posted For this Question
Be the First to Post Answer
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What are pointers? What are different types of pointers?
What are multibyte characters?
Write a program using bitwise operators to invert even bits of a given number.
What does static mean in c?
How is a pointer variable declared?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
What language is windows 1.0 written?
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
Explain what is page thrashing?
How can I get the current date or time of day in a c program?
What is a #include preprocessor?