Answer Posted / shilpa
public,private,protected
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does char * * argv mean in c?
Explain what will the preprocessor do for a program?
i have a written test for microland please give me test pattern
What does int main () mean?
What is the function of volatile in c language?
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
Explain 'bit masking'?
How do you generate random numbers in C?
What is a good way to implement complex numbers in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Explain how can you tell whether two strings are the same?
How many types of operator or there in c?
How can variables be characterized?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain what is wrong in this statement?