Answer Posted / dhanshri chabukswar
null character in c is [0]...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
How can I sort more data than will fit in memory?
Explain is it valid to address one element beyond the end of an array?
Tell me what are bitwise shift operators?
What is non linear data structure in c?
Write a program to print ASCII code for a given digit.
Explain what is the advantage of a random access file?
plz let me know how to become a telecom protocol tester. thank you.
Explain enumerated types.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Can you subtract pointers from each other? Why would you?
When do we get logical errors?
What is malloc() function?
What are the features of the c language?
Write the syntax and purpose of a switch statement in C.