Answer Posted / naresh lingampally
What is this null string;
array addresses would be a[0]..a[11] if i am not wrong ...
so a[11] accepts(can store) up to 11 character elements
so can any one explain.....
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is variable and explain rules to declare variable in c?
What is default value of global variable in c?
What is the meaning of 2d in c?
What is the most efficient way to count the number of bits which are set in an integer?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is structure in c explain with example?
explain what are pointers?
What is the advantage of a random access file?
What is c programing language?
Explain what is gets() function?
Explain what is the benefit of using an enum rather than a #define constant?
Which is best linux os?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is wrong with this code?
Do pointers store the address of value or the actual value of a variable?