Explain what is the difference between text files and binary files?
No Answer is Posted For this Question
Be the First to Post Answer
How can I trap or ignore keyboard interrupts like control-c?
How can you check to see whether a symbol is defined?
What is a const pointer in c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Why is malloc used?
In scanf h is used for
What is a memory leak? How to avoid it?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
what is available in C language but not in C++?
10 Answers CTS, TCS,