What is a far pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a 'null pointer assignment' error?
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
How can I find out if there are characters available for reading?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
write a program to find the frequency of a number
Dont ansi function prototypes render lint obsolete?
In a byte, what is the maximum decimal number that you can accommodate?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
What is the difference between char array and char pointer?
Explain indirection?
What is calloc in c?