Explain the difference between exit() and _exit() function?
Explain what is the difference between text files and binary files?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why n++ execute faster than n+1 ?
What is an lvalue and an rvalue?
Can we change the value of #define in c?
What is p in text message?
What are the different types of objects used in c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
What is a 'null pointer assignment' error?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What the different types of arrays in c?