Answer Posted / sivakumar
I was searching for this answer for a long time but I
couldn't get it so pls guide me if possible.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you assign a different address to an array tag?
how to capitalise first letter of each word in a given string?
Is python a c language?
What is methods in c?
What is difference between class and structure?
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
What is include directive in c?
What are formal parameters?
What are the advantages of Macro over function?
Is c procedural or object oriented?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What are the primitive data types in c?
What is 1f in c?
Explain goto?
What is structure in c language?