Answer Posted / rama krishna sidhartha
Denis Ritchie at AT & T labs at Bell telephone laboratories
in 1972.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
How can I remove the trailing spaces from a string?
How many types of errors are there in c language? Explain
Explain what happens if you free a pointer twice?
How are Structure passing and returning implemented by the complier?
"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
Is c object oriented?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is a pointer variable in c language?
What is huge pointer in c?
Why & is used in c?
What is a void pointer in c?
How do you sort filenames in a directory?
What is pointer to pointer in c with example?
What are header files why are they important?