Why do we use header files in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Where in memory are my variables stored?
How can I ensure that integer arithmetic doesnt overflow?
which operator is known as dummy operator in c?
What do you mean by c what are the main characteristics of c language?
what is the differance between pass by reference and pass by value.
regarding pointers concept
what is the use of macro program
what r callback function?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.