Answer Posted / manoj pasumarthi
C is a structured, procedural programming language that has
been widely used both for operating systems and applications
and that has had a wide following in the academic community.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is scope of variable in c?
In a header file whether functions are declared or defined?
main() { printf("hello"); fork(); }
Why is main function so important?
What is an endless loop?
given post order,in order construct the corresponding binary tree
What is character set?
What are the different types of constants?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain logical errors? Compare with syntax errors.
What is #include stdio h?
What is time complexity c?
What are categories used for in c?
how we can make 3d venturing graphics on outer interface
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