Is null always equal to 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
Why & is used in c?
What is a class?
Why are algorithms important in c program?
What's wrong with "char *p = malloc(10);" ?
how is the examination pattern?
What is meant by int fun const(int a, int b) { .... ... }
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Are the expressions * ptr ++ and ++ * ptr same?
what is the different bitween abap and abap-hr?
Do you know the difference between exit() and _exit() function in c?
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
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...