Why is c called c?
No Answer is Posted For this Question
Be the First to Post Answer
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What are the differences between Structures and Arrays?
Why is struct padding needed?
What is the difference between constant pointer and constant variable?
How does the C program handle segmentation faults?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What are register variables in c?
what is uses of .net
change to postfix a/(b+c*d-e)
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is a built-in 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