Answer Posted / guest
The variable i is both referenced and modified in the same
expression.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
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 are variables c?
Write a c program to demonstrate character and string constants?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is a program flowchart and how does it help in writing a program?
What are types of preprocessor in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are the different types of control structures in programming?
Write a program to know whether the input number is an armstrong number.
Hi can anyone tell what is a start up code?
What are local variables c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How do you override a defined macro?